Make the "quicklisp not installed" notice less of a warning and add newline

This commit is contained in:
Konrad Hinsen 2024-09-04 16:52:21 +02:00 committed by vindarel
parent 00e6ddd052
commit 0b26d64dcd

View file

@ -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)