diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-22 06:33:06 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-22 06:33:06 +0000 |
commit | 8c7309fe0ba9b866e4ff929a59d08a6dfd39ceba (patch) | |
tree | 6a3f8e12f7ed68565d6b31cf0b59b585e1a9d7a1 /lisp/eshell/esh-io.el | |
parent | 08f17840b4482cc052ab783d6c0060c70732c0ed (diff) | |
download | emacs-8c7309fe0ba9b866e4ff929a59d08a6dfd39ceba.tar.gz |
Comment (header format fix).
Diffstat (limited to 'lisp/eshell/esh-io.el')
-rw-r--r-- | lisp/eshell/esh-io.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 7d4a41bb2ef..a9b7225a3ed 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el @@ -55,6 +55,8 @@ ;; (+ 1 2) > a > b > c ; prints number to all three files ;; (+ 1 2) > a | wc ; prints to 'a', and pipes to 'wc' +;;; Code: + (provide 'esh-io) (eval-when-compile @@ -513,7 +515,5 @@ Returns what was actually sent, or nil if nothing was sent." (eshell-output-object-to-target object (car target)) (setq target (cdr target)))))) -;;; Code: - ;; arch-tag: 9ca2080f-d5e0-4b26-aa0b-d59194a905a2 ;;; esh-io.el ends here |