]> code.delx.au - gnu-emacs/blobdiff - lisp/eshell/esh-arg.el
merge from upstream
[gnu-emacs] / lisp / eshell / esh-arg.el
index f42440ae4ec73982a0ffcfe1a9df63b1a755caaf..1fb8b7f4c3245d57c463998c5bab1e89a2046d1b 100644 (file)
@@ -117,8 +117,9 @@ treated as a literal character."
 
 ;;; User Variables:
 
-(defcustom eshell-arg-load-hook '(eshell-arg-initialize)
+(defcustom eshell-arg-load-hook nil
   "A hook that gets run when `eshell-arg' is loaded."
+  :version "24.1"                     ; removed eshell-arg-initialize
   :type 'hook
   :group 'eshell-arg)