/[emacs]/emacs/lisp/eshell/esh-io.el
ViewVC logotype

Diff of /emacs/lisp/eshell/esh-io.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by pj, Sun Jul 15 19:53:53 2001 UTC revision 1.6 by pj, Sat Feb 16 09:42:53 2002 UTC
# Line 169  not be added to this variable." Line 169  not be added to this variable."
169    
170  (defun eshell-io-initialize ()  (defun eshell-io-initialize ()
171    "Initialize the I/O subsystem code."    "Initialize the I/O subsystem code."
   (make-local-hook 'eshell-parse-argument-hook)  
172    (add-hook 'eshell-parse-argument-hook    (add-hook 'eshell-parse-argument-hook
173              'eshell-parse-redirection nil t)              'eshell-parse-redirection nil t)
174    (make-local-variable 'eshell-current-redirections)    (make-local-variable 'eshell-current-redirections)
   (make-local-hook 'eshell-pre-rewrite-command-hook)  
175    (add-hook 'eshell-pre-rewrite-command-hook    (add-hook 'eshell-pre-rewrite-command-hook
176              'eshell-strip-redirections nil t)              'eshell-strip-redirections nil t)
   (make-local-hook 'eshell-post-rewrite-command-hook)  
177    (add-hook 'eshell-post-rewrite-command-hook    (add-hook 'eshell-post-rewrite-command-hook
178              'eshell-apply-redirections nil t))              'eshell-apply-redirections nil t))
179    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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