diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-28 03:06:45 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-11-28 03:06:45 +0000 |
commit | 5faa1e9c9f8b19e305526d5108ea855edd7108bc (patch) | |
tree | a34ad25ff8e296e94e0494bb8c949adfd39d3b9b /lisp/emacs-lisp/regexp-opt.el | |
parent | 3ccfa82a6c4193d9058ed5d1e7c09f9735bf770b (diff) | |
download | emacs-5faa1e9c9f8b19e305526d5108ea855edd7108bc.tar.gz emacs-5faa1e9c9f8b19e305526d5108ea855edd7108bc.tar.bz2 emacs-5faa1e9c9f8b19e305526d5108ea855edd7108bc.zip |
Typo.
Diffstat (limited to 'lisp/emacs-lisp/regexp-opt.el')
-rw-r--r-- | lisp/emacs-lisp/regexp-opt.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |