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

Luke Gorrie lgorrie at common-lisp.net
Tue May 4 09:11:12 UTC 2004


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

Modified Files:
	slime.el 
Log Message:
(slime-goto-location-position): Regexp fix.

Date: Tue May  4 05:11:11 2004
Author: lgorrie

Index: slime/slime.el
diff -u slime/slime.el:1.292 slime/slime.el:1.293
--- slime/slime.el:1.292	Tue May  4 04:09:57 2004
+++ slime/slime.el	Tue May  4 05:11:11 2004
@@ -3112,7 +3112,7 @@
         (re-search-forward 
          (format "\\s *(def\\(\\s_\\|\\sw\\)*\\s +%s\\>" name) nil t)
         (re-search-forward 
-         (format "\\<%s\\>" name) nil t)))
+         (format "\\s %s\\>\\(\\s \\|$\\)" name) nil t)))
      (goto-char (match-beginning 0)))
     ((:source-path source-path start-position)
      (cond (start-position





More information about the slime-cvs mailing list