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-io.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-io.el
Date: Sat, 16 Feb 2002 04:42:54 -0500

Index: emacs/lisp/eshell/esh-io.el
diff -c emacs/lisp/eshell/esh-io.el:1.5 emacs/lisp/eshell/esh-io.el:1.6
*** emacs/lisp/eshell/esh-io.el:1.5     Sun Jul 15 15:53:53 2001
--- emacs/lisp/eshell/esh-io.el Sat Feb 16 04:42:53 2002
***************
*** 169,182 ****
  
  (defun eshell-io-initialize ()
    "Initialize the I/O subsystem code."
-   (make-local-hook 'eshell-parse-argument-hook)
    (add-hook 'eshell-parse-argument-hook
            'eshell-parse-redirection nil t)
    (make-local-variable 'eshell-current-redirections)
-   (make-local-hook 'eshell-pre-rewrite-command-hook)
    (add-hook 'eshell-pre-rewrite-command-hook
            'eshell-strip-redirections nil t)
-   (make-local-hook 'eshell-post-rewrite-command-hook)
    (add-hook 'eshell-post-rewrite-command-hook
            'eshell-apply-redirections nil t))
  
--- 169,179 ----



reply via email to

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