[slime-cvs] CVS slime

heller heller at common-lisp.net
Thu Sep 18 22:35:37 UTC 2008


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv2747

Modified Files:
	slime.el 
Log Message:
* slime.el (slime-compile-file): Invert logic for the display-output arg.

--- /project/slime/cvsroot/slime/slime.el	2008/09/18 22:35:31	1.1028
+++ /project/slime/cvsroot/slime/slime.el	2008/09/18 22:35:37	1.1029
@@ -3926,7 +3926,7 @@
     (slime-eval-with-transcript
      `(swank:compile-file-for-emacs ,file ,(if load t nil))
      (format "Compile file %s" file)
-     slime-display-compilation-output
+     (not slime-display-compilation-output)
      (slime-rcurry #'slime-compilation-finished (current-buffer)))
     (message "Compiling %s..." file)))
 




More information about the slime-cvs mailing list