summaryrefslogtreecommitdiff
path: root/lisp/eshell/em-prompt.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-09-01 16:17:53 +0000
committerGlenn Morris <rgm@gnu.org>2009-09-01 16:17:53 +0000
commit2fb1ec93cedbc35037476cd01b197dd4d2e53434 (patch)
tree4585ba4e30b50765a2215bd4068b3a03b9a8cd81 /lisp/eshell/em-prompt.el
parentdf78c9e35717f800240861fa9221d0bad6e24c45 (diff)
downloademacs-2fb1ec93cedbc35037476cd01b197dd4d2e53434.tar.gz
Mark face aliases with "-face" suffix as obsolete.
Diffstat (limited to 'lisp/eshell/em-prompt.el')
-rw-r--r--lisp/eshell/em-prompt.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/eshell/em-prompt.el b/lisp/eshell/em-prompt.el
index 215a14793e3..6780c98374a 100644
--- a/lisp/eshell/em-prompt.el
+++ b/lisp/eshell/em-prompt.el
@@ -76,8 +76,7 @@ re-entered for it to take effect."
For highlighting other kinds of strings -- similar to shell mode's
behavior -- simply use an output filer which changes text properties."
:group 'eshell-prompt)
-;; backward-compatibility alias
-(put 'eshell-prompt-face 'face-alias 'eshell-prompt)
+(define-obsolete-face-alias 'eshell-prompt-face 'eshell-prompt "22.1")
(defcustom eshell-before-prompt-hook nil
"*A list of functions to call before outputting the prompt."