diff lisp/emacs-lisp/regexp-opt.el @ 41617:fde712c2fd73

Typo.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 28 Nov 2001 03:06:45 +0000
parents 8ba7e2fecead
children e78fbcf9b878
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.