/[emacs]/emacs/lisp/eshell/esh-opt.el
ViewVC logotype

Diff of /emacs/lisp/eshell/esh-opt.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by pj, Sun Jul 15 19:53:53 2001 UTC revision 1.5 by schwab, Sun Jun 22 16:52:45 2003 UTC
# Line 1  Line 1 
1  ;;; esh-opt.el --- command options processing  ;;; esh-opt.el --- command options processing
2    
3  ;; Copyright (C) 1999, 2000 Free Software Foundation  ;; Copyright (C) 1999, 2000, 2003 Free Software Foundation
4    
5  ;; Author: John Wiegley <johnw@gnu.org>  ;; Author: John Wiegley <johnw@gnu.org>
6    
# Line 98  This code doesn't really need to be macr Line 98  This code doesn't really need to be macr
98                          last-value (eval (append (list 'progn)                          last-value (eval (append (list 'progn)
99                                                   body-forms)))                                                   body-forms)))
100                    nil))                    nil))
101             (error usage-msg))))             (error "%s" usage-msg))))
102        (throw 'eshell-external        (throw 'eshell-external
103               (eshell-external-command ext-command args))               (eshell-external-command ext-command args))
104      last-value))      last-value))

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26