]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/esh-io.el
merge from upstream
[gnu-emacs] / lisp / eshell / esh-io.el
index ef8966f1d7d16dff01d3fcfcb7260badd70ee6f5..71fae34b360fd4a8dcf15c93e079c54854a11cb5 100644 (file)
@@ -71,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)