/[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.23 by johnw, Mon Jun 7 08:36:23 2004 UTC revision 1.24 by rms, Mon Dec 27 16:16:24 2004 UTC
# Line 1285  COMMAND may result in an alias being exe Line 1285  COMMAND may result in an alias being exe
1285  (defun eshell-find-alias-function (name)  (defun eshell-find-alias-function (name)
1286    "Check whether a function called `eshell/NAME' exists."    "Check whether a function called `eshell/NAME' exists."
1287    (let* ((sym (intern-soft (concat "eshell/" name)))    (let* ((sym (intern-soft (concat "eshell/" name)))
1288           (file (symbol-file sym)))           (file (symbol-file sym 'defun)))
1289      ;; If the function exists, but is defined in an eshell module      ;; If the function exists, but is defined in an eshell module
1290      ;; that's not currently enabled, don't report it as found      ;; that's not currently enabled, don't report it as found
1291      (if (and file      (if (and file

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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