diff options
Diffstat (limited to 'lisp/eshell/em-unix.el')
-rw-r--r-- | lisp/eshell/em-unix.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/eshell/em-unix.el b/lisp/eshell/em-unix.el index 3bb623c4c4e..707f2ebc2ce 100644 --- a/lisp/eshell/em-unix.el +++ b/lisp/eshell/em-unix.el @@ -53,8 +53,9 @@ by name)." :tag "UNIX commands in Lisp" :group 'eshell-module) -(defcustom eshell-unix-load-hook '(eshell-unix-initialize) +(defcustom eshell-unix-load-hook nil "A list of functions to run when `eshell-unix' is loaded." + :version "24.1" ; removed eshell-unix-initialize :type 'hook :group 'eshell-unix) |