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:
parent
d09af6a54b
commit
5b9dfc5963
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user