diff options
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/em-prompt.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el index c0f179c12e3..1eff7acf344 100644 --- a/lisp/eshell/em-prompt.el +++ b/lisp/eshell/em-prompt.el @@ -98,7 +98,6 @@ arriving, or after." (defun eshell-prompt-initialize () "Initialize the prompting code." (unless eshell-non-interactive-p - (make-local-hook 'eshell-post-command-hook) (add-hook 'eshell-post-command-hook 'eshell-emit-prompt nil t) (make-local-variable 'eshell-prompt-regexp) |