emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/regexp-opt.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/regexp-opt.el
Date: Tue, 27 Nov 2001 22:06:46 -0500

Index: emacs/lisp/emacs-lisp/regexp-opt.el
diff -u emacs/lisp/emacs-lisp/regexp-opt.el:1.17 
emacs/lisp/emacs-lisp/regexp-opt.el:1.18
--- emacs/lisp/emacs-lisp/regexp-opt.el:1.17    Tue Nov 27 22:06:10 2001
+++ emacs/lisp/emacs-lisp/regexp-opt.el Tue Nov 27 22:06:45 2001
@@ -122,7 +122,7 @@
                           regexp start)
        (setq count (1+ count)
              ;; Go back 2 chars (one for [^?] and one for [^\\]).
-             start (- (match-end 0) 2))
+             start (- (match-end 0) 2)))
       count)))
 
 ;;; Workhorse functions.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]