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 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." | |||
| 80 | For highlighting other kinds of strings -- similar to shell mode's | 80 | For highlighting other kinds of strings -- similar to shell mode's |
| 81 | behavior -- simply use an output filer which changes text properties." | 81 | behavior -- 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." |