Index: emacs/lisp/emulation/vip.el
diff -c emacs/lisp/emulation/vip.el:1.32 emacs/lisp/emulation/vip.el:1.33
*** emacs/lisp/emulation/vip.el:1.32 Fri Jun 10 14:11:18 2005
--- emacs/lisp/emulation/vip.el Thu Jun 16 14:38:12 2005
***************
*** 2292,2298 ****
(setq cont nil))
(t (error "Extra character at end of a
command")))))))
((string= ex-token-type "non-command")
! (error (format "%s: Not an editor command" ex-token)))
((string= ex-token-type "whole")
(setq ex-addresses
(cons (point-max) (cons (point-min) ex-addresses))))
--- 2292,2298 ----
(setq cont nil))
(t (error "Extra character at end of a
command")))))))
((string= ex-token-type "non-command")
! (error "%s: Not an editor command" ex-token))
((string= ex-token-type "whole")
(setq ex-addresses
(cons (point-max) (cons (point-min) ex-addresses))))
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs