projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccb61a9
)
(ex-expand-filsyms): store-match-data => set-match-data.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:50:54 +0000
(
04:50
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:50:54 +0000
(
04:50
+0000)
lisp/emulation/viper-ex.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-ex.el
b/lisp/emulation/viper-ex.el
index 0cc2bd1bc3dc433ebd033554bca45c219a673991..849124b5c43b7ffdf6403fd6a8666226fe4c8593 100644
(file)
--- 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)
- (s
tore
-match-data data)
+ (s
et
-match-data data)
(if (string= char "%")
(replace-match cf)
(replace-match pf)))))