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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-cmd.el
Date: Mon, 27 Dec 2004 11:36:09 -0500

Index: emacs/lisp/eshell/esh-cmd.el
diff -c emacs/lisp/eshell/esh-cmd.el:1.23 emacs/lisp/eshell/esh-cmd.el:1.24
*** emacs/lisp/eshell/esh-cmd.el:1.23   Mon Jun  7 08:36:23 2004
--- emacs/lisp/eshell/esh-cmd.el        Mon Dec 27 16:16:24 2004
***************
*** 1285,1291 ****
  (defun eshell-find-alias-function (name)
    "Check whether a function called `eshell/NAME' exists."
    (let* ((sym (intern-soft (concat "eshell/" name)))
!        (file (symbol-file sym)))
      ;; If the function exists, but is defined in an eshell module
      ;; that's not currently enabled, don't report it as found
      (if (and file
--- 1285,1291 ----
  (defun eshell-find-alias-function (name)
    "Check whether a function called `eshell/NAME' exists."
    (let* ((sym (intern-soft (concat "eshell/" name)))
!        (file (symbol-file sym 'defun)))
      ;; If the function exists, but is defined in an eshell module
      ;; that's not currently enabled, don't report it as found
      (if (and file




reply via email to

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