Mercurial > emacs
changeset 14433:20e489e1a0ef
(vip-register-macro): Fix error format string.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 29 Jan 1996 23:19:49 +0000 |
parents | 12f164226ba7 |
children | 29464b3d6188 |
files | lisp/emulation/viper-macs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/viper-macs.el Mon Jan 29 23:19:25 1996 +0000 +++ b/lisp/emulation/viper-macs.el Mon Jan 29 23:19:49 1996 +0000 @@ -903,7 +903,7 @@ (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 ()