aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-01-29 23:19:49 +0000
committerKarl Heuer <[email protected]>1996-01-29 23:19:49 +0000
commit21c78bce61af38ead073e5d7324983db2773dd0e (patch)
tree2c6da8796c4eafcc5f0eb11c0708850b8ba599e1 /lisp
parent0fd6a3e29455f1da4fdaead884d9de9a879593a1 (diff)
(vip-register-macro): Fix error format string.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emulation/viper-macs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-macs.el b/lisp/emulation/viper-macs.el
index 3554aba866..f1a78d3957 100644
--- a/lisp/emulation/viper-macs.el
+++ b/lisp/emulation/viper-macs.el
@@ -903,7 +903,7 @@ there."
(setq vip-last-macro-reg reg)
(vip-set-register-macro reg))))
(t
- (error (format "`%c': Unknown register" reg))))))
+ (error "`%c': Unknown register" reg)))))
(defun vip-global-execute ()