From 5b9dfc596390adeb3b69693b7b8ac6e4c110b7bf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 04:41:23 +0000 Subject: [PATCH] (outline-end-of-prefix): store-match-data => set-match-data. --- lisp/allout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/allout.el b/lisp/allout.el index 515219a8118..1ca81d159ce 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -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 () -- 2.39.2