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

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

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

revision 1.19.4.1 by handa, Fri Apr 16 12:50:15 2004 UTC revision 1.19.4.2 by miles, Mon Jun 28 07:29:41 2004 UTC
# Line 1246  be finished later after the completion o Line 1246  be finished later after the completion o
1246          (setq program (eshell-search-path name))          (setq program (eshell-search-path name))
1247          (let* ((esym (eshell-find-alias-function name))          (let* ((esym (eshell-find-alias-function name))
1248                 (sym (or esym (intern-soft name))))                 (sym (or esym (intern-soft name))))
1249            (if (and sym (fboundp sym)            (if (and (or esym (and sym (fboundp sym)))
1250                     (or esym eshell-prefer-lisp-functions                     (or eshell-prefer-lisp-functions (not direct)))
                        (not program)))  
1251                (let ((desc (let ((inhibit-redisplay t))                (let ((desc (let ((inhibit-redisplay t))
1252                              (save-window-excursion                              (save-window-excursion
1253                                (prog1                                (prog1

Legend:
Removed from v.1.19.4.1  
changed lines
  Added in v.1.19.4.2

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