From: Stefan Monnier Date: Wed, 28 Nov 2001 03:07:09 +0000 (+0000) Subject: Typo. X-Git-Tag: emacs-21.2~264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7d2613c6e60d9d3c6e2322b36ab1d0c94f5499a;p=emacs.git Typo. --- diff --git a/lisp/emacs-lisp/regexp-opt.el b/lisp/emacs-lisp/regexp-opt.el index 894cc4c4be7..06dea3c8433 100644 --- a/lisp/emacs-lisp/regexp-opt.el +++ b/lisp/emacs-lisp/regexp-opt.el @@ -122,7 +122,7 @@ in REGEXP." 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.