diff --git a/repl.lisp b/repl.lisp index c9e7fa6..a95424c 100755 --- a/repl.lisp +++ b/repl.lisp @@ -68,7 +68,7 @@ #+quicklisp (format stream "~&Quicklisp: ~a~&" (ql-dist:all-dists)) #-quicklisp - (format stream "!! Quicklisp is not installed !!")) + (format stream "Quicklisp is not installed~&")) (defun read-hist-file () (with-open-file (in *hist-file* :if-does-not-exist :create)