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-cmd.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el [lexbind]
Date: Tue, 06 Jul 2004 05:56:21 -0400

Index: emacs/lisp/eshell/esh-cmd.el
diff -c emacs/lisp/eshell/esh-cmd.el:1.17.4.4 
emacs/lisp/eshell/esh-cmd.el:1.17.4.5
*** emacs/lisp/eshell/esh-cmd.el:1.17.4.4       Thu Apr  1 04:29:04 2004
--- emacs/lisp/eshell/esh-cmd.el        Tue Jul  6 09:47:53 2004
***************
*** 1246,1254 ****
        (setq program (eshell-search-path name))
        (let* ((esym (eshell-find-alias-function name))
               (sym (or esym (intern-soft name))))
!         (if (and sym (fboundp sym)
!                  (or esym eshell-prefer-lisp-functions
!                      (not program)))
              (let ((desc (let ((inhibit-redisplay t))
                            (save-window-excursion
                              (prog1
--- 1246,1253 ----
        (setq program (eshell-search-path name))
        (let* ((esym (eshell-find-alias-function name))
               (sym (or esym (intern-soft name))))
!         (if (and (or esym (and sym (fboundp sym)))
!                  (or eshell-prefer-lisp-functions (not direct)))
              (let ((desc (let ((inhibit-redisplay t))
                            (save-window-excursion
                              (prog1




reply via email to

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