aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-01-05 19:12:03 +0000
committerRichard M. Stallman2007-01-05 19:12:03 +0000
commitfb395c0fc4f29f275479e3207fbd406c1d77b4a3 (patch)
tree336483883d5275c78d30ee03c957ce65a1eb19ff
parentbbe5b38e590d009468678828ae47d56b30503dd6 (diff)
downloademacs-fb395c0fc4f29f275479e3207fbd406c1d77b4a3.tar.gz
emacs-fb395c0fc4f29f275479e3207fbd406c1d77b4a3.zip
(momentary): Move here ...
-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."
2112 :version "21.1" 2112 :version "21.1"
2113 :group 'basic-faces) 2113 :group 'basic-faces)
2114 2114
2115(defface momentary
2116 '((t (:inherit mode-line)))
2117 "Face for momentarily displaying text in the current buffer."
2118 :group 'display)
2119
2115(defface vertical-border 2120(defface vertical-border
2116 '((((type tty)) :inherit mode-line-inactive)) 2121 '((((type tty)) :inherit mode-line-inactive))
2117 "Face used for vertical window dividers on ttys." 2122 "Face used for vertical window dividers on ttys."