diff options
| author | Glenn Morris | 2018-01-10 15:47:33 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-01-10 15:47:33 -0500 |
| commit | e911587fb61bbc7f4be41e0a044cb6dee8f9e615 (patch) | |
| tree | 71d1af10358a7bc84557b313c929df7002e46b35 /lisp/eshell | |
| parent | 9e1664335cada26b2c9968b65318d451279f6f99 (diff) | |
| download | emacs-e911587fb61bbc7f4be41e0a044cb6dee8f9e615.tar.gz emacs-e911587fb61bbc7f4be41e0a044cb6dee8f9e615.zip | |
Remove some more face aliases obsolete since 22.1
* lisp/generic-x.el (show-tabs-tab-face, show-tabs-space-face):
* lisp/eshell/em-prompt.el (eshell-prompt-face):
* lisp/vc/smerge-mode.el (smerge-base-face, smerge-markers-face):
Remove face "-face" aliases, obsolete since 22.1.
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." |