aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
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 ()