diff options
| -rw-r--r-- | lisp/emulation/vip.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index dace12d4c8f..7584436e20a 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el | |||
| @@ -2292,7 +2292,7 @@ a token has type \(command, address, end-mark\) and value." | |||
| 2292 | (setq cont nil)) | 2292 | (setq cont nil)) |
| 2293 | (t (error "Extra character at end of a command"))))))) | 2293 | (t (error "Extra character at end of a command"))))))) |
| 2294 | ((string= ex-token-type "non-command") | 2294 | ((string= ex-token-type "non-command") |
| 2295 | (error (format "%s: Not an editor command" ex-token))) | 2295 | (error "%s: Not an editor command" ex-token)) |
| 2296 | ((string= ex-token-type "whole") | 2296 | ((string= ex-token-type "whole") |
| 2297 | (setq ex-addresses | 2297 | (setq ex-addresses |
| 2298 | (cons (point-max) (cons (point-min) ex-addresses)))) | 2298 | (cons (point-max) (cons (point-min) ex-addresses)))) |