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

Helmut Eller heller at common-lisp.net
Wed Jun 1 12:22:26 UTC 2005


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

Modified Files:
	slime.el 
Log Message:
Distinguish macro and special operators from functions.
Date: Wed Jun  1 14:22:25 2005
Author: heller

Index: slime/slime.el
diff -u slime/slime.el:1.500 slime/slime.el:1.501
--- slime/slime.el:1.500	Tue May 24 21:08:52 2005
+++ slime/slime.el	Wed Jun  1 14:22:25 2005
@@ -6195,6 +6195,8 @@
 	    in '((:variable "Variable")
 		 (:function "Function")
 		 (:generic-function "Generic Function")
+                 (:macro "Macro")
+                 (:special-operator "Special Operator")
 		 (:setf "Setf")
 		 (:type "Type")
 		 (:class "Class")
@@ -6202,6 +6204,7 @@
                  (:alien-struct "Alien struct")
                  (:alien-union "Alien type")
                  (:alien-enum "Alien enum"))
+            ;; Properties not listed here will not show up in the buffer
 	    do
 	    (let ((value (plist-get plist prop))
 		  (start (point)))




More information about the slime-cvs mailing list