0.8.13.73: Documentation oops
authorNikodemus Siivola <nikodemus@random-state.net>
Tue, 17 Aug 2004 23:39:43 +0000 (23:39 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Tue, 17 Aug 2004 23:39:43 +0000 (23:39 +0000)
            * "When putting example snippets in docs,
               check that they actually work."

doc/manual/start-stop.texinfo
version.lisp-expr

index 320a8b6..8e9df47 100644 (file)
@@ -301,7 +301,8 @@ initialization file does the trick:
 @lisp
 ;;; If the first user-processable command-line argument is a filename,
 ;;; disable the debugger, load the file handling shebang-line and quit.
-(let ((script (probe-file (second sb-ext:*posix-argv*))))
+(let ((script (and (second sb-ext:*posix-argv*)
+                   (probe-file (second sb-ext:*posix-argv*)))))
   (when script
     ;; Handle the possible shebang-line
     (set-dispatch-macro-character #\# #\!
index 24fb926..c2bb8fb 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.13.73"
+"0.8.13.74"