]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/esh-io.el
esh-module doc fixes.
[gnu-emacs] / lisp / eshell / esh-io.el
index 53b6fd2163eca1ebba37ac95ed3ae4f9c3960c2a..ef8966f1d7d16dff01d3fcfcb7260badd70ee6f5 100644 (file)
@@ -1,7 +1,6 @@
 ;;; esh-io.el --- I/O management
 
-;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-;;   2008, 2009, 2010  Free Software Foundation, Inc.
+;; Copyright (C) 1999-2011  Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
@@ -516,5 +515,4 @@ Returns what was actually sent, or nil if nothing was sent."
        (eshell-output-object-to-target object (car target))
        (setq target (cdr target))))))
 
-;; arch-tag: 9ca2080f-d5e0-4b26-aa0b-d59194a905a2
 ;;; esh-io.el ends here