diff options
Diffstat (limited to 'lisp/obsolete/vip.el')
-rw-r--r-- | lisp/obsolete/vip.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/vip.el b/lisp/obsolete/vip.el index 9943fb2548b..4d24e694a19 100644 --- a/lisp/obsolete/vip.el +++ b/lisp/obsolete/vip.el @@ -2250,7 +2250,7 @@ a token has type \(command, address, end-mark\) and value." (forward-char 1) (cond ((looking-at "'") (setq ex-token nil)) ((looking-at "[a-z]") (setq ex-token (following-char))) - (t (error "Marks are ' and a-z"))) + (t (error "%s" "Marks are ' and a-z" ?'))) (forward-char 1)) ((looking-at "\n") (setq ex-token-type "end-mark") |