comparison lisp/eshell/em-prompt.el @ 104783:ddf360111014

Mark face aliases with "-face" suffix as obsolete.
author Glenn Morris <rgm@gnu.org>
date Tue, 01 Sep 2009 16:17:53 +0000
parents a9dc0e7c3f2b
children 3a4157b5e536
comparison
equal deleted inserted replaced
104782:7d4483022eb4 104783:ddf360111014
74 (t (:bold t))) 74 (t (:bold t)))
75 "*The face used to highlight prompt strings. 75 "*The face used to highlight prompt strings.
76 For highlighting other kinds of strings -- similar to shell mode's 76 For highlighting other kinds of strings -- similar to shell mode's
77 behavior -- simply use an output filer which changes text properties." 77 behavior -- simply use an output filer which changes text properties."
78 :group 'eshell-prompt) 78 :group 'eshell-prompt)
79 ;; backward-compatibility alias 79 (define-obsolete-face-alias 'eshell-prompt-face 'eshell-prompt "22.1")
80 (put 'eshell-prompt-face 'face-alias 'eshell-prompt)
81 80
82 (defcustom eshell-before-prompt-hook nil 81 (defcustom eshell-before-prompt-hook nil
83 "*A list of functions to call before outputting the prompt." 82 "*A list of functions to call before outputting the prompt."
84 :type 'hook 83 :type 'hook
85 :options '(eshell-begin-on-new-line) 84 :options '(eshell-begin-on-new-line)