# HG changeset patch # User Stefan Monnier # Date 1006916805 0 # Node ID fde712c2fd73780c222fdfb056e59fbb973373d0 # Parent 8ba7e2feceadb8ba9a5ef7910a9f74002077abdb Typo. diff -r 8ba7e2fecead -r fde712c2fd73 lisp/emacs-lisp/regexp-opt.el --- 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.