diff options
Diffstat (limited to 'lisp/eshell/em-term.el')
-rw-r--r-- | lisp/eshell/em-term.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/eshell/em-term.el b/lisp/eshell/em-term.el index be394ba5b22..7d5fbbeabeb 100644 --- a/lisp/eshell/em-term.el +++ b/lisp/eshell/em-term.el @@ -46,8 +46,9 @@ which commands are considered visual in nature." ;;; User Variables: -(defcustom eshell-term-load-hook '(eshell-term-initialize) +(defcustom eshell-term-load-hook nil "A list of functions to call when loading `eshell-term'." + :version "24.1" ; removed eshell-term-initialize :type 'hook :group 'eshell-term) |