diff lisp/faces.el @ 75166:d9e4f75aee3d

(momentary): Change :group to basic-faces where all basic faces belong to. Add :version.
author Juri Linkov <juri@jurta.org>
date Tue, 09 Jan 2007 21:21:39 +0000
parents 604548d04456
children e3694f1cb928 32073cbc5eb6
line wrap: on
line diff
--- a/lisp/faces.el	Tue Jan 09 21:18:56 2007 +0000
+++ b/lisp/faces.el	Tue Jan 09 21:21:39 2007 +0000
@@ -2112,14 +2112,15 @@
   :version "21.1"
   :group 'basic-faces)
 
+(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."
-  :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)