From fb395c0fc4f29f275479e3207fbd406c1d77b4a3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 5 Jan 2007 19:12:03 +0000 Subject: [PATCH] (momentary): Move here ... --- lisp/faces.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lisp/faces.el b/lisp/faces.el index c44bee322a2..c0cccb480d5 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2112,6 +2112,11 @@ created." :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." -- 2.39.5