It is no longer needed to set the value of compile-print in compile.lsp.in

This commit is contained in:
Juan Jose Garcia Ripoll 2009-06-09 09:27:56 +02:00
parent ab48eef23d
commit 8b209e52af

View file

@ -11,10 +11,7 @@
(progn
(setq *package* (find-package "SYSTEM"))
(setq *features* @LSP_FEATURES@)
;;(setq *compile-verbose* nil) ;; This one muffles almost everything in the compiler.
(setq *compile-print* nil) ;; Set to t for a lot of quite useless verbiage.
)
(setq *features* @LSP_FEATURES@))
;;;
;;; * Ensure that we have the whole of Common-Lisp to compile