]> git.eshelyaron.com Git - emacs.git/commitdiff
(ex-expand-filsyms): store-match-data => set-match-data.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:50:54 +0000 (04:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Mar 1998 04:50:54 +0000 (04:50 +0000)
lisp/emulation/viper-ex.el

index 0cc2bd1bc3dc433ebd033554bca45c219a673991..849124b5c43b7ffdf6403fd6a8666226fe4c8593 100644 (file)
@@ -871,7 +871,7 @@ reversed."
              (char (buffer-substring (match-beginning 0) (match-end 0))))
          (if (viper-looking-back (concat "\\\\" char))
              (replace-match char)
-           (store-match-data data)
+           (set-match-data data)
            (if (string= char "%")
                (replace-match cf)
              (replace-match pf)))))