mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-30 20:33:32 -08:00
Make the "quicklisp not installed" notice less of a warning and add newline
This commit is contained in:
parent
00e6ddd052
commit
0b26d64dcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue