diff options
| -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." | |||
| 122 | regexp start) | 122 | regexp start) |
| 123 | (setq count (1+ count) | 123 | (setq count (1+ count) |
| 124 | ;; Go back 2 chars (one for [^?] and one for [^\\]). | 124 | ;; Go back 2 chars (one for [^?] and one for [^\\]). |
| 125 | start (- (match-end 0) 2)) | 125 | start (- (match-end 0) 2))) |
| 126 | count))) | 126 | count))) |
| 127 | 127 | ||
| 128 | ;;; Workhorse functions. | 128 | ;;; Workhorse functions. |