aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/eshell')
-rw-r--r--lisp/eshell/em-prompt.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el
index da2cfe4dfdd..e61b0eb1c87 100644
--- a/lisp/eshell/em-prompt.el
+++ b/lisp/eshell/em-prompt.el
@@ -80,7 +80,6 @@ re-entered for it to take effect."
80For highlighting other kinds of strings -- similar to shell mode's 80For highlighting other kinds of strings -- similar to shell mode's
81behavior -- simply use an output filer which changes text properties." 81behavior -- simply use an output filer which changes text properties."
82 :group 'eshell-prompt) 82 :group 'eshell-prompt)
83(define-obsolete-face-alias 'eshell-prompt-face 'eshell-prompt "22.1")
84 83
85(defcustom eshell-before-prompt-hook nil 84(defcustom eshell-before-prompt-hook nil
86 "A list of functions to call before outputting the prompt." 85 "A list of functions to call before outputting the prompt."