summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2007-01-09 21:21:39 +0000
committerJuri Linkov <juri@jurta.org>2007-01-09 21:21:39 +0000
commitac5c67c4b9a24ea4d48991e294ccc4ac432c7f9c (patch)
tree37e8931145bbde814cfceed9dbfd8ff3d78f0f92
parentfe335be4519398234cf295eaf84a8fd7454b2d2f (diff)
downloademacs-ac5c67c4b9a24ea4d48991e294ccc4ac432c7f9c.tar.gz
(momentary): Change :group to basic-faces where all
basic faces belong to. Add :version.
-rw-r--r--lisp/faces.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index c0cccb480d5..d532d807cd8 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2112,17 +2112,18 @@ 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."
:version "22.1"
:group 'basic-faces)
+(defface momentary
+ '((t (:inherit mode-line)))
+ "Face for momentarily displaying text in the current buffer."
+ :version "22.1"
+ :group 'basic-faces)
+
(defface minibuffer-prompt
'((((background dark)) :foreground "cyan")
;; Don't use blue because many users of the MS-DOS port customize