summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2007-01-05 19:12:03 +0000
committerRichard M. Stallman <rms@gnu.org>2007-01-05 19:12:03 +0000
commitfb395c0fc4f29f275479e3207fbd406c1d77b4a3 (patch)
tree336483883d5275c78d30ee03c957ce65a1eb19ff /lisp
parentbbe5b38e590d009468678828ae47d56b30503dd6 (diff)
downloademacs-fb395c0fc4f29f275479e3207fbd406c1d77b4a3.tar.gz
(momentary): Move here ...
Diffstat (limited to 'lisp')
-rw-r--r--lisp/faces.el5
1 files changed, 5 insertions, 0 deletions
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."