comparison lisp/faces.el @ 90789:c0409ee15cee

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 670-674) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 209-210) - Merge from emacs--devo--0 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-185
author Miles Bader <miles@gnu.org>
date Wed, 21 Mar 2007 13:33:07 +0000
parents 91bf6e05918b 39ea9041214f
children 4ef881a120fe
comparison
equal deleted inserted replaced
90788:a12805fdabe8 90789:c0409ee15cee
2188 '((((type tty)) :inherit mode-line-inactive)) 2188 '((((type tty)) :inherit mode-line-inactive))
2189 "Face used for vertical window dividers on ttys." 2189 "Face used for vertical window dividers on ttys."
2190 :version "22.1" 2190 :version "22.1"
2191 :group 'basic-faces) 2191 :group 'basic-faces)
2192 2192
2193 (defface momentary
2194 '((t (:inherit mode-line)))
2195 "Face for momentarily displaying text in the current buffer."
2196 :version "22.1"
2197 :group 'basic-faces)
2198
2199 (defface minibuffer-prompt 2193 (defface minibuffer-prompt
2200 '((((background dark)) :foreground "cyan") 2194 '((((background dark)) :foreground "cyan")
2201 ;; Don't use blue because many users of the MS-DOS port customize 2195 ;; Don't use blue because many users of the MS-DOS port customize
2202 ;; their foreground color to be blue. 2196 ;; their foreground color to be blue.
2203 (((type pc)) :foreground "magenta") 2197 (((type pc)) :foreground "magenta")