1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

(outline-end-of-prefix): store-match-data => set-match-data.

This commit is contained in:
Richard M. Stallman 1998-03-14 04:41:23 +00:00
parent d09af6a54b
commit 5b9dfc5963

View File

@ -1648,7 +1648,7 @@ otherwise skip white space between bullet and ensuing text."
t
(while (looking-at "[0-9]") (forward-char 1))
(if (and (not (eolp)) (looking-at "\\s-")) (forward-char 1)))
(store-match-data match-data))
(set-match-data match-data))
;; Reestablish where we are:
(outline-current-depth)))
;;;_ > outline-current-bullet-pos ()