fix code typo
This commit is contained in:
parent
430b73b90c
commit
7a826e09b1
|
@ -19115,7 +19115,7 @@ position before START-RE (resp. after END-RE)."
|
||||||
(> (setq end (match-end 0)) pos)
|
(> (setq end (match-end 0)) pos)
|
||||||
;; ... without another START-RE in-between.
|
;; ... without another START-RE in-between.
|
||||||
(goto-char (match-beginning 0))
|
(goto-char (match-beginning 0))
|
||||||
(not (re-search-backward start-re (1+ pos) t))
|
(not (re-search-backward start-re (1+ beg) t))
|
||||||
;; Return value.
|
;; Return value.
|
||||||
(cons beg end))))))
|
(cons beg end))))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue