summaryrefslogtreecommitdiff
path: root/lisp/obsolete/vip.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-11-11 22:54:06 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2019-11-11 22:54:41 -0800
commit555f5f78f8f3de71431774fdabbabbcec7242727 (patch)
tree2d10b4dd90d82f10fa1faddeaf9f0513c9dfd1f6 /lisp/obsolete/vip.el
parentc5fd4d373ed6d80b744951afe13e50070bff41cf (diff)
downloademacs-555f5f78f8f3de71431774fdabbabbcec7242727.tar.gz
Fix a few more minor quoting problems.
Diffstat (limited to 'lisp/obsolete/vip.el')
-rw-r--r--lisp/obsolete/vip.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/obsolete/vip.el b/lisp/obsolete/vip.el
index 4d24e694a19..d4eac2a2e0a 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 "%s" "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")