[slime-cvs] CVS update: slime/slime.el
Helmut Eller
heller at common-lisp.net
Wed Apr 21 19:59:23 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv18112
Modified Files:
slime.el
Log Message:
Require 'bytecomp.
Date: Wed Apr 21 15:59:23 2004
Author: heller
Index: slime/slime.el
diff -u slime/slime.el:1.268 slime/slime.el:1.269
--- slime/slime.el:1.268 Wed Apr 21 15:49:02 2004
+++ slime/slime.el Wed Apr 21 15:59:22 2004
@@ -6567,6 +6567,7 @@
;;; Finishing up
+(require 'bytecomp)
(let ((byte-compile-warnings '()))
(mapc #'byte-compile
'(slime-log-event
More information about the slime-cvs
mailing list