(outline-end-of-prefix): store-match-data => set-match-data.
This commit is contained in:
parent
d09af6a54b
commit
5b9dfc5963
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue