]> git.eshelyaron.com Git - emacs.git/commitdiff
(outline-end-of-prefix): store-match-data => set-match-data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:41:23 +0000 (04:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:41:23 +0000 (04:41 +0000)
lisp/allout.el

index 515219a81188f6a130d345934ce98a44db470aa6..1ca81d159cea7ffd4e39b2eb6440e022807665d4 100644 (file)
@@ -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 ()