[slime-cvs] CVS update: slime/slime.el

Helmut Eller heller at common-lisp.net
Wed Apr 21 19:49:03 UTC 2004


Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv21920

Modified Files:
	slime.el 
Log Message:
Suppress byte-compiler warnings by binding byte-compiler-warnings to nil.
Date: Wed Apr 21 15:49:02 2004
Author: heller

Index: slime/slime.el
diff -u slime/slime.el:1.267 slime/slime.el:1.268
--- slime/slime.el:1.267	Wed Apr 21 14:56:42 2004
+++ slime/slime.el	Wed Apr 21 15:49:02 2004
@@ -6567,7 +6567,7 @@
 
 ;;; Finishing up
 
-(save-window-excursion
+(let ((byte-compile-warnings '()))
   (mapc #'byte-compile
         '(slime-log-event
           slime-events-buffer





More information about the slime-cvs mailing list