[slime-cvs] CVS slime
    heller 
    heller at common-lisp.net
       
    Mon Sep 10 20:09:52 UTC 2007
    
    
  
Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv8549
Modified Files:
	slime.el ChangeLog 
Log Message:
Fix some of the bugs introduced when moving doc refs to contrib.
* slime.el (sldb-dispatch-extras): Add missing quote.
* slime-references.el (sldb-reference-face): Add missing quote.
(sldb-reference-properties): We are lucky and can use keywords
instead of strings.
--- /project/slime/cvsroot/slime/slime.el	2007/09/10 15:39:05	1.856
+++ /project/slime/cvsroot/slime/slime.el	2007/09/10 20:09:52	1.857
@@ -6796,7 +6796,7 @@
       ((:show-frame-source n)
        (sldb-show-frame-source n))
       (t
-       (or (run-hook-with-args-until-success sldb-extras-hooks extra)
+       (or (run-hook-with-args-until-success 'sldb-extras-hooks extra)
            ;;(error "Unhandled extra element:" extra)
            )))))
 
--- /project/slime/cvsroot/slime/ChangeLog	2007/09/10 15:39:04	1.1209
+++ /project/slime/cvsroot/slime/ChangeLog	2007/09/10 20:09:52	1.1210
@@ -1,5 +1,9 @@
 2007-09-10  Helmut Eller  <heller at common-lisp.net>
 
+	* slime.el (sldb-dispatch-extras): Add missing quote.
+
+2007-09-10  Helmut Eller  <heller at common-lisp.net>
+
 	Move SBCL doc references to contrib.
 
 	* slime.el (sldb-insert-condition): Merge REFERENCES and EXTRAS.
    
    
More information about the slime-cvs
mailing list