/[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.5 by schwab, Sun Jun 22 16:52:45 2003 UTC revision 1.5.2.1 by fx, Wed Sep 10 17:52:03 2003 UTC
# Line 194  switch is unrecognized." Line 194  switch is unrecognized."
194            (setq extcmd (eshell-search-path (cadr extcmd)))            (setq extcmd (eshell-search-path (cadr extcmd)))
195            (if extcmd            (if extcmd
196                (throw 'eshell-ext-command extcmd)                (throw 'eshell-ext-command extcmd)
197              (if (char-valid-p switch)              (if (characterp switch)
198                  (error "%s: unrecognized option -%c" name switch)                  (error "%s: unrecognized option -%c" name switch)
199                (error "%s: unrecognized option --%s" name switch))))))))                (error "%s: unrecognized option --%s" name switch))))))))
200    

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

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