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/em-alias.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-alias.el
Date: Sat, 16 Feb 2002 04:36:43 -0500

Index: emacs/lisp/eshell/em-alias.el
diff -c emacs/lisp/eshell/em-alias.el:1.7 emacs/lisp/eshell/em-alias.el:1.8
*** emacs/lisp/eshell/em-alias.el:1.7   Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/em-alias.el       Sat Feb 16 04:36:43 2002
***************
*** 147,156 ****
  (defun eshell-alias-initialize ()
    "Initialize the alias handling code."
    (make-local-variable 'eshell-failed-commands-alist)
-   (make-local-hook 'eshell-alternate-command-hook)
    (add-hook 'eshell-alternate-command-hook 'eshell-fix-bad-commands t t)
    (eshell-read-aliases-list)
-   (make-local-hook 'eshell-named-command-hook)
    (add-hook 'eshell-named-command-hook 'eshell-maybe-replace-by-alias t t)
    (make-local-variable 'eshell-complex-commands)
    (add-to-list 'eshell-complex-commands 'eshell-command-aliased-p))
--- 147,154 ----



reply via email to

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