comparison lisp/faces.el @ 75166:d9e4f75aee3d

(momentary): Change :group to basic-faces where all basic faces belong to. Add :version.
author Juri Linkov <juri@jurta.org>
date Tue, 09 Jan 2007 21:21:39 +0000
parents 604548d04456
children e3694f1cb928 32073cbc5eb6
comparison
equal deleted inserted replaced
75165:220431f80579 75166:d9e4f75aee3d
2110 :underline t)) 2110 :underline t))
2111 "Basic header-line face." 2111 "Basic header-line face."
2112 :version "21.1" 2112 :version "21.1"
2113 :group 'basic-faces) 2113 :group 'basic-faces)
2114 2114
2115 (defface vertical-border
2116 '((((type tty)) :inherit mode-line-inactive))
2117 "Face used for vertical window dividers on ttys."
2118 :version "22.1"
2119 :group 'basic-faces)
2120
2115 (defface momentary 2121 (defface momentary
2116 '((t (:inherit mode-line))) 2122 '((t (:inherit mode-line)))
2117 "Face for momentarily displaying text in the current buffer." 2123 "Face for momentarily displaying text in the current buffer."
2118 :group 'display)
2119
2120 (defface vertical-border
2121 '((((type tty)) :inherit mode-line-inactive))
2122 "Face used for vertical window dividers on ttys."
2123 :version "22.1" 2124 :version "22.1"
2124 :group 'basic-faces) 2125 :group 'basic-faces)
2125 2126
2126 (defface minibuffer-prompt 2127 (defface minibuffer-prompt
2127 '((((background dark)) :foreground "cyan") 2128 '((((background dark)) :foreground "cyan")