changeset 41617:fde712c2fd73

Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 28 Nov 2001 03:06:45 +0000
parents 8ba7e2fecead
children 812e52cc5162
files lisp/emacs-lisp/regexp-opt.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/regexp-opt.el	Wed Nov 28 03:06:10 2001 +0000
+++ b/lisp/emacs-lisp/regexp-opt.el	Wed Nov 28 03:06:45 2001 +0000
@@ -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.