# HG changeset patch # User Richard M. Stallman # Date 1168024323 0 # Node ID 604548d04456501ea985000bf28f53d9acbf82c7 # Parent 3ad1e65394669acdbb6ed3aa1edaf0721bb7ccbb (momentary): Move here ... diff -r 3ad1e6539466 -r 604548d04456 lisp/faces.el --- 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."