diff options
Diffstat (limited to 'lisp/eshell/em-rebind.el')
-rw-r--r-- | lisp/eshell/em-rebind.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/eshell/em-rebind.el b/lisp/eshell/em-rebind.el index 6def23e1b71..2c346dfcd3d 100644 --- a/lisp/eshell/em-rebind.el +++ b/lisp/eshell/em-rebind.el @@ -41,8 +41,9 @@ the behavior of normal shells while the user editing new input text." ;;; User Variables: -(defcustom eshell-rebind-load-hook '(eshell-rebind-initialize) +(defcustom eshell-rebind-load-hook nil "A list of functions to call when loading `eshell-rebind'." + :version "24.1" ; removed eshell-rebind-initialize :type 'hook :group 'eshell-rebind) |