Mercurial > emacs
changeset 21163:af585afd4adf
(ex-expand-filsyms): store-match-data => set-match-data.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 14 Mar 1998 04:50:54 +0000 |
parents | 6c70fa8e1a5d |
children | 966308b754da |
files | lisp/emulation/viper-ex.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/viper-ex.el Sat Mar 14 04:49:56 1998 +0000 +++ b/lisp/emulation/viper-ex.el Sat Mar 14 04:50:54 1998 +0000 @@ -871,7 +871,7 @@ (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)))))