# HG changeset patch # User Richard M. Stallman # Date 889850483 0 # Node ID 79a284372cfbcf12d546bbb7192fb8e015d3fe34 # Parent a9e9f674c9c9da76da74d99b7bc3c1d3ef663f1e (outline-end-of-prefix): store-match-data => set-match-data. diff -r a9e9f674c9c9 -r 79a284372cfb lisp/allout.el --- a/lisp/allout.el Sat Mar 14 03:05:28 1998 +0000 +++ b/lisp/allout.el Sat Mar 14 04:41:23 1998 +0000 @@ -1648,7 +1648,7 @@ 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 ()