aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/eshell
diff options
context:
space:
mode:
authorGlenn Morris2018-01-10 15:47:33 -0500
committerGlenn Morris2018-01-10 15:47:33 -0500
commite911587fb61bbc7f4be41e0a044cb6dee8f9e615 (patch)
tree71d1af10358a7bc84557b313c929df7002e46b35 /lisp/eshell
parent9e1664335cada26b2c9968b65318d451279f6f99 (diff)
downloademacs-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.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."