[slime-cvs] CVS slime

CVS User heller heller at common-lisp.net
Sun May 10 17:18:03 UTC 2009


Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv19975

Modified Files:
	ChangeLog slime.el 
Log Message:
* slime.el ([test] font-lock-magic): Add some hard cases.

--- /project/slime/cvsroot/slime/ChangeLog	2009/05/10 12:52:48	1.1741
+++ /project/slime/cvsroot/slime/ChangeLog	2009/05/10 17:18:02	1.1742
@@ -1,3 +1,7 @@
+2009-05-10  Helmut Eller  <heller at common-lisp.net>
+
+	* slime.el ([test] font-lock-magic): Add some hard cases.
+
 2009-05-10  Tobias C. Rittweiler  <tcr at freebits.de>
 
 	* slime.el (slime-compute-region-for-font-lock): Fix typo.
--- /project/slime/cvsroot/slime/slime.el	2009/05/10 12:52:48	1.1163
+++ /project/slime/cvsroot/slime/slime.el	2009/05/10 17:18:03	1.1164
@@ -7569,7 +7569,8 @@
 #+(and) (defun *NO* (x y) (+ x y))")
 
       ("#+(and) (defun *NO* (x y) #-(and) (+ *YES* y))")
-
+      ("#| #+(or) |# *NO*")
+      ("#| #+(or) x |# *NO*")
       )
   (slime-check-top-level)
   (with-temp-buffer





More information about the slime-cvs mailing list