From: Richard M. Stallman Date: Sat, 14 Mar 1998 04:41:23 +0000 (+0000) Subject: (outline-end-of-prefix): store-match-data => set-match-data. X-Git-Tag: emacs-20.3~1923 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5b9dfc596390adeb3b69693b7b8ac6e4c110b7bf;p=emacs.git (outline-end-of-prefix): store-match-data => set-match-data. --- 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 ()