]> git.eshelyaron.com Git - emacs.git/commitdiff
(mode-line, header-line, tool-bar, ): Add :version.
authorDave Love <fx@gnu.org>
Mon, 13 Sep 1999 13:59:58 +0000 (13:59 +0000)
committerDave Love <fx@gnu.org>
Mon, 13 Sep 1999 13:59:58 +0000 (13:59 +0000)
(highlight, secondary-selection): Add :group.
(trailing-whitespace): Add :group, :version.

lisp/faces.el

index bbf037aabac9022f05906d04af387df9cfb36ea6..2993214d79572914e3ec4d843a0a1a752d55d48b 100644 (file)
@@ -1358,6 +1358,7 @@ created."
     (t
      (:inverse-video t)))
   "Basic mode line face."
+  :version "21.1"
   :group 'basic-faces)
 
 ;; Make `modeline' an alias for `mode-line', for compatibility.
@@ -1369,6 +1370,7 @@ created."
     (t
      (:inverse-video t)))
   "Basic header-line face."
+  :version "21.1"
   :group 'basic-faces)
 
 
@@ -1380,6 +1382,7 @@ created."
     (t
      ()))
   "Basic tool-bar face."
+  :version "21.1"
   :group 'basic-faces)
 
 
@@ -1459,7 +1462,8 @@ created."
     (((class color) (background dark))
      (:background "darkolivegreen"))
     (t (:inverse-video t)))
-  "Basic face for highlighting.")
+  "Basic face for highlighting."
+  :group 'basic-faces)
 
 
 (defface secondary-selection
@@ -1470,7 +1474,8 @@ created."
     (((class color) (background dark))
      (:background "darkslateblue"))
     (t (:inverse-video t)))
-  "Basic face for displaying the secondary selection.")
+  "Basic face for displaying the secondary selection."
+  :group 'basic-faces)
 
 
 (defface fixed-pitch '((t (:family "courier*")))
@@ -1489,7 +1494,9 @@ created."
     (((class color) (background dark))
      (:background "red"))
     (t (:inverse-video t)))
-  "Basic face for highlighting trailing whitespace.")
+  "Basic face for highlighting trailing whitespace."
+  :version "21.1"
+  :group 'basic-faces)
 
 
 \f