diff options
| author | Richard M. Stallman | 2001-12-31 20:44:44 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-31 20:44:44 +0000 |
| commit | 1fd714a4109f5b115bd28142d8c80641eac8f652 (patch) | |
| tree | a17ba546689260ecb6c04858e2ef1adc3900fc82 | |
| parent | 58b64ac7d948b58b5fa0c1b5f7fce04a3f5b2652 (diff) | |
| download | emacs-1fd714a4109f5b115bd28142d8c80641eac8f652.tar.gz emacs-1fd714a4109f5b115bd28142d8c80641eac8f652.zip | |
(various face definitions): Use :weight, not :bold.
| -rw-r--r-- | lisp/calendar/calendar.el | 2 | ||||
| -rw-r--r-- | lisp/eshell/em-ls.el | 30 | ||||
| -rw-r--r-- | lisp/generic-x.el | 12 | ||||
| -rw-r--r-- | lisp/log-view.el | 8 | ||||
| -rw-r--r-- | lisp/progmodes/idlwave.el | 4 | ||||
| -rw-r--r-- | lisp/progmodes/sh-script.el | 4 | ||||
| -rw-r--r-- | lisp/speedbar.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/flyspell.el | 8 |
8 files changed, 35 insertions, 35 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index f65f48f6599..cdae40ad9a3 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el | |||
| @@ -211,7 +211,7 @@ If nil, make an icon of the frame. If non-nil, delete the frame." | |||
| 211 | (((class color) (background dark)) | 211 | (((class color) (background dark)) |
| 212 | :foreground "yellow") | 212 | :foreground "yellow") |
| 213 | (t | 213 | (t |
| 214 | :bold t)) | 214 | :weight bold)) |
| 215 | "Face for highlighting diary entries." | 215 | "Face for highlighting diary entries." |
| 216 | :group 'diary) | 216 | :group 'diary) |
| 217 | 217 | ||
diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 00b426bac4c..9ddffc6acf0 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el | |||
| @@ -107,21 +107,21 @@ faster and conserves more memory." | |||
| 107 | :group 'eshell-ls) | 107 | :group 'eshell-ls) |
| 108 | 108 | ||
| 109 | (defface eshell-ls-directory-face | 109 | (defface eshell-ls-directory-face |
| 110 | '((((class color) (background light)) (:foreground "Blue" :bold t)) | 110 | '((((class color) (background light)) (:foreground "Blue" :weight bold)) |
| 111 | (((class color) (background dark)) (:foreground "SkyBlue" :bold t)) | 111 | (((class color) (background dark)) (:foreground "SkyBlue" :weight bold)) |
| 112 | (t (:bold t))) | 112 | (t (:weight bold))) |
| 113 | "*The face used for highlight directories." | 113 | "*The face used for highlight directories." |
| 114 | :group 'eshell-ls) | 114 | :group 'eshell-ls) |
| 115 | 115 | ||
| 116 | (defface eshell-ls-symlink-face | 116 | (defface eshell-ls-symlink-face |
| 117 | '((((class color) (background light)) (:foreground "Dark Cyan" :bold t)) | 117 | '((((class color) (background light)) (:foreground "Dark Cyan" :weight bold)) |
| 118 | (((class color) (background dark)) (:foreground "Cyan" :bold t))) | 118 | (((class color) (background dark)) (:foreground "Cyan" :weight bold))) |
| 119 | "*The face used for highlight symbolic links." | 119 | "*The face used for highlight symbolic links." |
| 120 | :group 'eshell-ls) | 120 | :group 'eshell-ls) |
| 121 | 121 | ||
| 122 | (defface eshell-ls-executable-face | 122 | (defface eshell-ls-executable-face |
| 123 | '((((class color) (background light)) (:foreground "ForestGreen" :bold t)) | 123 | '((((class color) (background light)) (:foreground "ForestGreen" :weight bold)) |
| 124 | (((class color) (background dark)) (:foreground "Green" :bold t))) | 124 | (((class color) (background dark)) (:foreground "Green" :weight bold))) |
| 125 | "*The face used for highlighting executables (not directories, though)." | 125 | "*The face used for highlighting executables (not directories, though)." |
| 126 | :group 'eshell-ls) | 126 | :group 'eshell-ls) |
| 127 | 127 | ||
| @@ -138,14 +138,14 @@ faster and conserves more memory." | |||
| 138 | :group 'eshell-ls) | 138 | :group 'eshell-ls) |
| 139 | 139 | ||
| 140 | (defface eshell-ls-special-face | 140 | (defface eshell-ls-special-face |
| 141 | '((((class color) (background light)) (:foreground "Magenta" :bold t)) | 141 | '((((class color) (background light)) (:foreground "Magenta" :weight bold)) |
| 142 | (((class color) (background dark)) (:foreground "Magenta" :bold t))) | 142 | (((class color) (background dark)) (:foreground "Magenta" :weight bold))) |
| 143 | "*The face used for highlighting non-regular files." | 143 | "*The face used for highlighting non-regular files." |
| 144 | :group 'eshell-ls) | 144 | :group 'eshell-ls) |
| 145 | 145 | ||
| 146 | (defface eshell-ls-missing-face | 146 | (defface eshell-ls-missing-face |
| 147 | '((((class color) (background light)) (:foreground "Red" :bold t)) | 147 | '((((class color) (background light)) (:foreground "Red" :weight bold)) |
| 148 | (((class color) (background dark)) (:foreground "Red" :bold t))) | 148 | (((class color) (background dark)) (:foreground "Red" :weight bold))) |
| 149 | "*The face used for highlighting non-existant file names." | 149 | "*The face used for highlighting non-existant file names." |
| 150 | :group 'eshell-ls) | 150 | :group 'eshell-ls) |
| 151 | 151 | ||
| @@ -159,8 +159,8 @@ files." | |||
| 159 | :group 'eshell-ls) | 159 | :group 'eshell-ls) |
| 160 | 160 | ||
| 161 | (defface eshell-ls-archive-face | 161 | (defface eshell-ls-archive-face |
| 162 | '((((class color) (background light)) (:foreground "Orchid" :bold t)) | 162 | '((((class color) (background light)) (:foreground "Orchid" :weight bold)) |
| 163 | (((class color) (background dark)) (:foreground "Orchid" :bold t))) | 163 | (((class color) (background dark)) (:foreground "Orchid" :weight bold))) |
| 164 | "*The face used for highlighting archived and compressed file names." | 164 | "*The face used for highlighting archived and compressed file names." |
| 165 | :group 'eshell-ls) | 165 | :group 'eshell-ls) |
| 166 | 166 | ||
| @@ -199,8 +199,8 @@ really need to stick around for very long." | |||
| 199 | :group 'eshell-ls) | 199 | :group 'eshell-ls) |
| 200 | 200 | ||
| 201 | (defface eshell-ls-clutter-face | 201 | (defface eshell-ls-clutter-face |
| 202 | '((((class color) (background light)) (:foreground "OrangeRed" :bold t)) | 202 | '((((class color) (background light)) (:foreground "OrangeRed" :weight bold)) |
| 203 | (((class color) (background dark)) (:foreground "OrangeRed" :bold t))) | 203 | (((class color) (background dark)) (:foreground "OrangeRed" :weight bold))) |
| 204 | "*The face used for highlighting junk file names." | 204 | "*The face used for highlighting junk file names." |
| 205 | :group 'eshell-ls) | 205 | :group 'eshell-ls) |
| 206 | 206 | ||
diff --git a/lisp/generic-x.el b/lisp/generic-x.el index 7b2c86a7c7b..e8412ce592c 100644 --- a/lisp/generic-x.el +++ b/lisp/generic-x.el | |||
| @@ -1646,20 +1646,20 @@ you must reload generic-x to enable the specified modes." | |||
| 1646 | ("\t+" . 'show-tabs-tab-face))) | 1646 | ("\t+" . 'show-tabs-tab-face))) |
| 1647 | 1647 | ||
| 1648 | (defface show-tabs-tab-face | 1648 | (defface show-tabs-tab-face |
| 1649 | '((((class grayscale) (background light)) (:foreground "LightGray" :bold t)) | 1649 | '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold)) |
| 1650 | (((class grayscale) (background dark)) (:foreground "DimGray" :bold t)) | 1650 | (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold)) |
| 1651 | (((class color) (background light)) (:foreground "red")) | 1651 | (((class color) (background light)) (:foreground "red")) |
| 1652 | (((class color) (background dark)) (:foreground "red")) | 1652 | (((class color) (background dark)) (:foreground "red")) |
| 1653 | (t (:bold t))) | 1653 | (t (:weight bold))) |
| 1654 | "Font Lock mode face used to highlight TABs." | 1654 | "Font Lock mode face used to highlight TABs." |
| 1655 | :group 'show-tabs) | 1655 | :group 'show-tabs) |
| 1656 | 1656 | ||
| 1657 | (defface show-tabs-space-face | 1657 | (defface show-tabs-space-face |
| 1658 | '((((class grayscale) (background light)) (:foreground "LightGray" :bold t)) | 1658 | '((((class grayscale) (background light)) (:foreground "LightGray" :weight bold)) |
| 1659 | (((class grayscale) (background dark)) (:foreground "DimGray" :bold t)) | 1659 | (((class grayscale) (background dark)) (:foreground "DimGray" :weight bold)) |
| 1660 | (((class color) (background light)) (:foreground "yellow")) | 1660 | (((class color) (background light)) (:foreground "yellow")) |
| 1661 | (((class color) (background dark)) (:foreground "yellow")) | 1661 | (((class color) (background dark)) (:foreground "yellow")) |
| 1662 | (t (:bold t))) | 1662 | (t (:weight bold))) |
| 1663 | "Font Lock mode face used to highlight spaces." | 1663 | "Font Lock mode face used to highlight spaces." |
| 1664 | :group 'show-tabs) | 1664 | :group 'show-tabs) |
| 1665 | 1665 | ||
diff --git a/lisp/log-view.el b/lisp/log-view.el index bf3945837c9..219359344fa 100644 --- a/lisp/log-view.el +++ b/lisp/log-view.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> | 5 | ;; Author: Stefan Monnier <monnier@cs.yale.edu> |
| 6 | ;; Keywords: rcs sccs cvs log version-control | 6 | ;; Keywords: rcs sccs cvs log version-control |
| 7 | ;; Revision: $Id: log-view.el,v 1.11 2001/11/26 16:08:51 spiegel Exp $ | 7 | ;; Revision: $Id: log-view.el,v 1.12 2001/12/16 16:28:59 monnier Exp $ |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -65,8 +65,8 @@ | |||
| 65 | 65 | ||
| 66 | (defface log-view-file-face | 66 | (defface log-view-file-face |
| 67 | '((((class color) (background light)) | 67 | '((((class color) (background light)) |
| 68 | (:background "grey70" :bold t)) | 68 | (:background "grey70" :weight bold)) |
| 69 | (t (:bold t))) | 69 | (t (:weight bold))) |
| 70 | "Face for the file header line in `log-view-mode'." | 70 | "Face for the file header line in `log-view-mode'." |
| 71 | :group 'log-view) | 71 | :group 'log-view) |
| 72 | (defvar log-view-file-face 'log-view-file-face) | 72 | (defvar log-view-file-face 'log-view-file-face) |
| @@ -74,7 +74,7 @@ | |||
| 74 | (defface log-view-message-face | 74 | (defface log-view-message-face |
| 75 | '((((class color) (background light)) | 75 | '((((class color) (background light)) |
| 76 | (:background "grey85")) | 76 | (:background "grey85")) |
| 77 | (t (:bold t))) | 77 | (t (:weight bold))) |
| 78 | "Face for the message header line in `log-view-mode'." | 78 | "Face for the message header line in `log-view-mode'." |
| 79 | :group 'log-view) | 79 | :group 'log-view) |
| 80 | (defvar log-view-message-face 'log-view-message-face) | 80 | (defvar log-view-message-face 'log-view-message-face) |
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el index db9a61cd47d..1f80f3f15cd 100644 --- a/lisp/progmodes/idlwave.el +++ b/lisp/progmodes/idlwave.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | ;; Author: Chris Chase <chase@att.com> | 4 | ;; Author: Chris Chase <chase@att.com> |
| 5 | ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> | 5 | ;; Maintainer: John-David Smith <jdsmith@astro.cornell.edu> |
| 6 | ;; Version: 4.7 | 6 | ;; Version: 4.7 |
| 7 | ;; Date: $Date: 2001/12/20 18:14:39 $ | 7 | ;; Date: $Date: 2001/12/30 22:18:30 $ |
| 8 | ;; Keywords: languages | 8 | ;; Keywords: languages |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| @@ -445,7 +445,7 @@ definition is displayed instead." | |||
| 445 | 445 | ||
| 446 | (defface idlwave-help-link-face | 446 | (defface idlwave-help-link-face |
| 447 | '((((class color)) (:foreground "Blue")) | 447 | '((((class color)) (:foreground "Blue")) |
| 448 | (t (:bold t))) | 448 | (t (:weight bold))) |
| 449 | "Face for highlighting links into IDLWAVE online help." | 449 | "Face for highlighting links into IDLWAVE online help." |
| 450 | :group 'idlwave-online-help) | 450 | :group 'idlwave-online-help) |
| 451 | 451 | ||
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index e0448990de2..e2fa205872b 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -766,12 +766,12 @@ See `sh-feature'.") | |||
| 766 | (defface sh-heredoc-face | 766 | (defface sh-heredoc-face |
| 767 | '((((class color) | 767 | '((((class color) |
| 768 | (background dark)) | 768 | (background dark)) |
| 769 | (:foreground "yellow" :bold t)) | 769 | (:foreground "yellow" :weight bold)) |
| 770 | (((class color) | 770 | (((class color) |
| 771 | (background light)) | 771 | (background light)) |
| 772 | (:foreground "tan" )) | 772 | (:foreground "tan" )) |
| 773 | (t | 773 | (t |
| 774 | (:bold t))) | 774 | (:weight bold))) |
| 775 | "Face to show a here-document" | 775 | "Face to show a here-document" |
| 776 | :group 'sh-indentation) | 776 | :group 'sh-indentation) |
| 777 | (defvar sh-heredoc-face 'sh-heredoc-face) | 777 | (defvar sh-heredoc-face 'sh-heredoc-face) |
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index d60d38a8275..5a01717a19b 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -4146,7 +4146,7 @@ TEXT is the buffer's name, TOKEN and INDENT are unused." | |||
| 4146 | (:foreground "cyan4")) | 4146 | (:foreground "cyan4")) |
| 4147 | (((class color) (background dark)) | 4147 | (((class color) (background dark)) |
| 4148 | (:foreground "cyan")) | 4148 | (:foreground "cyan")) |
| 4149 | (t (:bold t))) | 4149 | (t (:weight bold))) |
| 4150 | "Face used for file names." | 4150 | "Face used for file names." |
| 4151 | :group 'speedbar-faces) | 4151 | :group 'speedbar-faces) |
| 4152 | 4152 | ||
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index 86070e53860..21d1b8b9ac5 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -398,14 +398,14 @@ property of the major mode name.") | |||
| 398 | ;* Highlighting */ | 398 | ;* Highlighting */ |
| 399 | ;*---------------------------------------------------------------------*/ | 399 | ;*---------------------------------------------------------------------*/ |
| 400 | (defface flyspell-incorrect-face | 400 | (defface flyspell-incorrect-face |
| 401 | '((((class color)) (:foreground "OrangeRed" :bold t :underline t)) | 401 | '((((class color)) (:foreground "OrangeRed" :weight bold :underline t)) |
| 402 | (t (:bold t))) | 402 | (t (:weight bold))) |
| 403 | "Face used for marking a misspelled word in Flyspell." | 403 | "Face used for marking a misspelled word in Flyspell." |
| 404 | :group 'flyspell) | 404 | :group 'flyspell) |
| 405 | 405 | ||
| 406 | (defface flyspell-duplicate-face | 406 | (defface flyspell-duplicate-face |
| 407 | '((((class color)) (:foreground "Gold3" :bold t :underline t)) | 407 | '((((class color)) (:foreground "Gold3" :weight bold :underline t)) |
| 408 | (t (:bold t))) | 408 | (t (:weight bold))) |
| 409 | "Face used for marking a misspelled word that appears twice in the buffer. | 409 | "Face used for marking a misspelled word that appears twice in the buffer. |
| 410 | See also `flyspell-duplicate-distance'." | 410 | See also `flyspell-duplicate-distance'." |
| 411 | :group 'flyspell) | 411 | :group 'flyspell) |