diff options
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-io.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 7e927198c26..d458bad0665 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el | |||
| @@ -169,14 +169,11 @@ not be added to this variable." | |||
| 169 | 169 | ||
| 170 | (defun eshell-io-initialize () | 170 | (defun eshell-io-initialize () |
| 171 | "Initialize the I/O subsystem code." | 171 | "Initialize the I/O subsystem code." |
| 172 | (make-local-hook 'eshell-parse-argument-hook) | ||
| 173 | (add-hook 'eshell-parse-argument-hook | 172 | (add-hook 'eshell-parse-argument-hook |
| 174 | 'eshell-parse-redirection nil t) | 173 | 'eshell-parse-redirection nil t) |
| 175 | (make-local-variable 'eshell-current-redirections) | 174 | (make-local-variable 'eshell-current-redirections) |
| 176 | (make-local-hook 'eshell-pre-rewrite-command-hook) | ||
| 177 | (add-hook 'eshell-pre-rewrite-command-hook | 175 | (add-hook 'eshell-pre-rewrite-command-hook |
| 178 | 'eshell-strip-redirections nil t) | 176 | 'eshell-strip-redirections nil t) |
| 179 | (make-local-hook 'eshell-post-rewrite-command-hook) | ||
| 180 | (add-hook 'eshell-post-rewrite-command-hook | 177 | (add-hook 'eshell-post-rewrite-command-hook |
| 181 | 'eshell-apply-redirections nil t)) | 178 | 'eshell-apply-redirections nil t)) |
| 182 | 179 | ||