changeset 21151:79a284372cfb

(outline-end-of-prefix): store-match-data => set-match-data.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 Mar 1998 04:41:23 +0000
parents a9e9f674c9c9
children 8197c659e85c
files lisp/allout.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ()