1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-08 23:40:24 -08:00
This commit is contained in:
Stefan Monnier 2001-11-28 03:06:45 +00:00
parent 3ccfa82a6c
commit 5faa1e9c9f

View file

@ -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.