[slime-cvs] CVS update: slime/nregex.lisp
Luke Gorrie
lgorrie at common-lisp.net
Mon Apr 26 12:30:19 UTC 2004
Update of /project/slime/cvsroot/slime
In directory common-lisp.net:/tmp/cvs-serv13318
Modified Files:
nregex.lisp
Log Message:
Typo fix (thanks Barry Fishman).
Date: Mon Apr 26 08:30:19 2004
Author: lgorrie
Index: slime/nregex.lisp
diff -u slime/nregex.lisp:1.1 slime/nregex.lisp:1.2
--- slime/nregex.lisp:1.1 Wed Apr 21 14:55:24 2004
+++ slime/nregex.lisp Mon Apr 26 08:30:18 2004
@@ -256,7 +256,7 @@
;;
;; If this is the last character of the expression then
;; anchor the end of the expression, otherwise let it slide
-u ;; as a standard character (even though it should be quoted).
+ ;; as a standard character (even though it should be quoted).
;;
(if (= eindex (1- (length source)))
(add-exp '((if (not (= index length))
More information about the slime-cvs
mailing list