aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2001-11-28 03:06:45 +0000
committerStefan Monnier2001-11-28 03:06:45 +0000
commit5faa1e9c9f8b19e305526d5108ea855edd7108bc (patch)
treea34ad25ff8e296e94e0494bb8c949adfd39d3b9b
parent3ccfa82a6c4193d9058ed5d1e7c09f9735bf770b (diff)
downloademacs-5faa1e9c9f8b19e305526d5108ea855edd7108bc.tar.gz
emacs-5faa1e9c9f8b19e305526d5108ea855edd7108bc.zip
Typo.
-rw-r--r--lisp/emacs-lisp/regexp-opt.el2
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.