From: Richard M. Stallman Date: Fri, 5 Jan 2007 19:12:03 +0000 (+0000) Subject: (momentary): Move here ... X-Git-Tag: emacs-pretest-22.0.93~236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb395c0fc4f29f275479e3207fbd406c1d77b4a3;p=emacs.git (momentary): Move here ... --- 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."