From 8b209e52afec804f39bf789c42db2af0799e69bd Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Tue, 9 Jun 2009 09:27:56 +0200 Subject: [PATCH] It is no longer needed to set the value of compile-print in compile.lsp.in --- src/compile.lsp.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/compile.lsp.in b/src/compile.lsp.in index 81228a25d..dda274245 100644 --- a/src/compile.lsp.in +++ b/src/compile.lsp.in @@ -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