[slime-cvs] CVS update: slime/swank.lisp
Dan Barlow
dbarlow at common-lisp.net
Fri Oct 17 02:08:50 UTC 2003
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv29920
Modified Files:
swank.lisp
Log Message:
<rtoy_> Ok. There is a mistake in the local vars part in swank.lisp.
;;; End needs a colon at the end to match the colon on ;;; Local Variables:
Date: Thu Oct 16 22:08:50 2003
Author: dbarlow
Index: slime/swank.lisp
diff -u slime/swank.lisp:1.34 slime/swank.lisp:1.35
--- slime/swank.lisp:1.34 Thu Oct 16 21:39:02 2003
+++ slime/swank.lisp Thu Oct 16 22:08:50 2003
@@ -280,4 +280,4 @@
;;; Local Variables:
;;; eval: (font-lock-add-keywords 'lisp-mode '(("(\\(defslimefun\\)\\s +\\(\\(\\w\\|\\s_\\)+\\)" (1 font-lock-keyword-face) (2 font-lock-function-name-face))))
-;;; End
+;;; End:
More information about the slime-cvs
mailing list