Commit 1b6dc226 authored by Kevin Rosenberg's avatar Kevin Rosenberg
Browse files

0.8.7.25:

	* contrib/sb-aclrepl/repl.lisp: Use *command-char* when printing
	help message
parent ffd0723a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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~%"
+1 −1
Original line number Diff line number Diff line
@@ -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"