1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(vip-register-macro): Fix error format string.

This commit is contained in:
Karl Heuer 1996-01-29 23:19:49 +00:00
parent 0fd6a3e294
commit 21c78bce61

View File

@ -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 ()