X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/b3253cd4b4bcbe1ab4ad1fdc98b30c33af70332c..acaf905b1130aae80fa59d2c861ffd4c8eb75486:/lisp/eshell/esh-io.el diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el index 53b6fd2163..c8230e0baa 100644 --- a/lisp/eshell/esh-io.el +++ b/lisp/eshell/esh-io.el @@ -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-2012 Free Software Foundation, Inc. ;; Author: John Wiegley @@ -72,8 +71,9 @@ though they were files." ;;; User Variables: -(defcustom eshell-io-load-hook '(eshell-io-initialize) +(defcustom eshell-io-load-hook nil "A hook that gets run when `eshell-io' is loaded." + :version "24.1" ; removed eshell-io-initialize :type 'hook :group 'eshell-io) @@ -516,5 +516,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