[slime-cvs] CVS slime
CVS User trittweiler
trittweiler at common-lisp.net
Sun May 24 12:45:09 UTC 2009
Update of /project/slime/cvsroot/slime
In directory cl-net:/tmp/cvs-serv8401
Modified Files:
slime.el
Log Message:
fix missing paren
--- /project/slime/cvsroot/slime/slime.el 2009/05/24 12:24:04 1.1178
+++ /project/slime/cvsroot/slime/slime.el 2009/05/24 12:45:07 1.1179
@@ -3338,7 +3338,7 @@
(format "\\s *(def\\(\\s_\\|\\sw\\)*\\s +(*%s\\S_" name) nil t)
(re-search-forward
(format "[( \t]%s\\>\\(\\s \\|$\\)" name) nil t))
- (goto-char (match-beginning 0))))
+ (goto-char (match-beginning 0)))))
((:method name specializers &rest qualifiers)
(slime-search-method-location name specializers qualifiers))
((:source-path source-path start-position)
More information about the slime-cvs
mailing list