[slime-cvs] CVS slime

trittweiler trittweiler at common-lisp.net
Sun Aug 26 10:07:17 UTC 2007


Update of /project/slime/cvsroot/slime
In directory clnet:/tmp/cvs-serv15112

Modified Files:
	slime.el 
Log Message:
	* slime.el (save-restriction-if-possible): Fixed another typo,
	duh! Thanks again to Matthias Koeppe.


--- /project/slime/cvsroot/slime/slime.el	2007/08/26 09:57:07	1.819
+++ /project/slime/cvsroot/slime/slime.el	2007/08/26 10:07:17	1.820
@@ -10343,7 +10343,7 @@
          (let ((,gbeg (slime-narrowing-configuration.beg ,gcfg))
                (,gend (slime-narrowing-configuration.end ,gcfg)))
            (when (and (>= (point) ,gbeg) (<= (point) ,gend))
-             (set-slime-current-narrowing-configuration ,gcfg)))))))
+             (set-slime-narrowing-configuration ,gcfg)))))))
 
 (put 'save-restriction-if-possible 'lisp-indent-function 0)
 




More information about the slime-cvs mailing list