From a8c5f069fae4956f5ebff0b6fbea1b43ac84612f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 14 Mar 1998 04:50:54 +0000 Subject: [PATCH] (ex-expand-filsyms): store-match-data => set-match-data. --- lisp/emulation/viper-ex.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emulation/viper-ex.el b/lisp/emulation/viper-ex.el index 0cc2bd1bc3d..849124b5c43 100644 --- a/lisp/emulation/viper-ex.el +++ b/lisp/emulation/viper-ex.el @@ -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))))) -- 2.39.2