Make save-some-buffers message more informative (Bug#8134).
[bpt/emacs.git] / lisp / eshell / em-script.el
index ed4ad1c..d76e19c 100644 (file)
@@ -34,8 +34,9 @@ commands, as a script file."
 
 ;;; User Variables:
 
-(defcustom eshell-script-load-hook '(eshell-script-initialize)
+(defcustom eshell-script-load-hook nil
   "A list of functions to call when loading `eshell-script'."
+  :version "24.1"                       ; removed eshell-script-initialize
   :type 'hook
   :group 'eshell-script)