Mercurial > emacs
changeset 75109:604548d04456
(momentary): Move here ...
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 05 Jan 2007 19:12:03 +0000 |
parents | 3ad1e6539466 |
children | 310ec1edabf2 |
files | lisp/faces.el |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Fri Jan 05 17:59:16 2007 +0000 +++ b/lisp/faces.el Fri Jan 05 19:12:03 2007 +0000 @@ -2112,6 +2112,11 @@ :version "21.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."