Mercurial > emacs
changeset 25542:047532b73119
(tool-bar): Change face `toolbar' to `tool-bar'.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 05 Sep 1999 15:48:38 +0000 |
parents | be975dcf4a0c |
children | 6289141fa825 |
files | lisp/faces.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Sun Sep 05 12:13:41 1999 +0000 +++ b/lisp/faces.el Sun Sep 05 15:48:38 1999 +0000 @@ -1324,7 +1324,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; 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 @@ :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)