0.8.7.25:
authorKevin Rosenberg <kevin@rosenberg.net>
Tue, 27 Jan 2004 20:36:07 +0000 (20:36 +0000)
committerKevin Rosenberg <kevin@rosenberg.net>
Tue, 27 Jan 2004 20:36:07 +0000 (20:36 +0000)
* contrib/sb-aclrepl/repl.lisp: Use *command-char* when printing
help message

contrib/sb-aclrepl/repl.lisp
version.lisp-expr

index 800d9b3..9744e68 100644 (file)
        ((eq (user-cmd-func user-cmd) :cmd-error)
         (format *output* "Unknown top-level command: ~s.~%"
                 (user-cmd-input user-cmd))
-        (format *output* "Type `:help' for the list of commands.~%")
+        (format *output* "Type `~Ahelp' for the list of commands.~%" *command-char*)
         t)
        ((eq (user-cmd-func user-cmd) :history-error)
         (format *output* "Input numbered ~d is not on the history list~%"
index 6a13f9e..0d26a5f 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.7.24"
+"0.8.7.25"