From 533322cdbc7fa3ee3c71d461abea2cdcf406e1cc Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 5 Sep 1999 15:48:38 +0000 Subject: [PATCH] (tool-bar): Change face `toolbar' to `tool-bar'. --- lisp/faces.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/faces.el b/lisp/faces.el index 91003a5548b..a775d2d7cfd 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -1324,7 +1324,7 @@ created." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Make the standard faces. The C code knows faces `default', -;; `modeline', `toolbar' and `region', so they must be the first faces +;; `modeline', `tool-bar' and `region', so they must be the first faces ;; made. Unspecified attributes of these three faces are filled-in ;; from frame parameters in the C code. @@ -1357,14 +1357,14 @@ created." :group 'basic-faces) -(defface toolbar +(defface tool-bar '((((type x) (class color)) (:box (:line-width 1 :style released-button) :background "grey75")) (((type x) (class mono)) (:box (:line-width 1 :style released-button) :background "grey")) (t ())) - "Basic toolbar face." + "Basic tool-bar face." :group 'basic-faces) -- 2.39.5