diff options
| author | Richard M. Stallman | 2001-12-31 20:18:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-12-31 20:18:09 +0000 |
| commit | 10eb74490311108444afa6c435ac22bb36ba4d51 (patch) | |
| tree | 7601a92ba1d9502719dd3de167fdea0d16d9d7f9 | |
| parent | 0cccb49d7a996eea0888e6b5480dd8f62e3ac4c9 (diff) | |
| download | emacs-10eb74490311108444afa6c435ac22bb36ba4d51.tar.gz emacs-10eb74490311108444afa6c435ac22bb36ba4d51.zip | |
(comint-highlight-input): Use :weight, not :bold.
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 920cae62b83..e6f0fade801 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -210,7 +210,7 @@ The face used is `comint-highlight-input'." | |||
| 210 | :type 'boolean | 210 | :type 'boolean |
| 211 | :group 'comint) | 211 | :group 'comint) |
| 212 | 212 | ||
| 213 | (defface comint-highlight-input '((t (:bold t))) | 213 | (defface comint-highlight-input '((t (:weight bold))) |
| 214 | "Face to use to highlight input when `comint-highlight-input' is non-nil." | 214 | "Face to use to highlight input when `comint-highlight-input' is non-nil." |
| 215 | :group 'comint) | 215 | :group 'comint) |
| 216 | 216 | ||