emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emulation/vip.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/emulation/vip.el
Date: Thu, 16 Jun 2005 10:38:12 -0400

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))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]