From: Kevin Rosenberg Date: Tue, 27 Jan 2004 20:36:07 +0000 (+0000) Subject: 0.8.7.25: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=1b6dc22623c7bdc5137e98541f0e21f8f1c55caa;p=sbcl.git 0.8.7.25: * contrib/sb-aclrepl/repl.lisp: Use *command-char* when printing help message --- diff --git a/contrib/sb-aclrepl/repl.lisp b/contrib/sb-aclrepl/repl.lisp index 800d9b3..9744e68 100644 --- a/contrib/sb-aclrepl/repl.lisp +++ b/contrib/sb-aclrepl/repl.lisp @@ -811,7 +811,7 @@ ((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~%" diff --git a/version.lisp-expr b/version.lisp-expr index 6a13f9e..0d26a5f 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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"