Mercurial > emacs
changeset 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 | 220431f80579 |
children | 487df166deb8 |
files | lisp/faces.el |
diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Tue Jan 09 21:18:56 2007 +0000 +++ b/lisp/faces.el Tue Jan 09 21:21:39 2007 +0000 @@ -2112,14 +2112,15 @@ :version "21.1" :group 'basic-faces) +(defface vertical-border + '((((type tty)) :inherit mode-line-inactive)) + "Face used for vertical window dividers on ttys." + :version "22.1" + :group 'basic-faces) + (defface momentary '((t (:inherit mode-line))) "Face for momentarily displaying text in the current buffer." - :group 'display) - -(defface vertical-border - '((((type tty)) :inherit mode-line-inactive)) - "Face used for vertical window dividers on ttys." :version "22.1" :group 'basic-faces)