emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-opt.el


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-opt.el
Date: Sun, 22 Jun 2003 12:52:45 -0400

Index: emacs/lisp/eshell/esh-opt.el
diff -c emacs/lisp/eshell/esh-opt.el:1.4 emacs/lisp/eshell/esh-opt.el:1.5
*** emacs/lisp/eshell/esh-opt.el:1.4    Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/esh-opt.el        Sun Jun 22 12:52:45 2003
***************
*** 1,6 ****
  ;;; esh-opt.el --- command options processing
  
! ;; Copyright (C) 1999, 2000 Free Software Foundation
  
  ;; Author: John Wiegley <address@hidden>
  
--- 1,6 ----
  ;;; esh-opt.el --- command options processing
  
! ;; Copyright (C) 1999, 2000, 2003 Free Software Foundation
  
  ;; Author: John Wiegley <address@hidden>
  
***************
*** 98,104 ****
                        last-value (eval (append (list 'progn)
                                                 body-forms)))
                  nil))
!          (error usage-msg))))
        (throw 'eshell-external
             (eshell-external-command ext-command args))
      last-value))
--- 98,104 ----
                        last-value (eval (append (list 'progn)
                                                 body-forms)))
                  nil))
!          (error "%s" usage-msg))))
        (throw 'eshell-external
             (eshell-external-command ext-command args))
      last-value))




reply via email to

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