diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-12-31 20:18:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-12-31 20:18:09 +0000 |
commit | 10eb74490311108444afa6c435ac22bb36ba4d51 (patch) | |
tree | 7601a92ba1d9502719dd3de167fdea0d16d9d7f9 /lisp/comint.el | |
parent | 0cccb49d7a996eea0888e6b5480dd8f62e3ac4c9 (diff) | |
download | emacs-10eb74490311108444afa6c435ac22bb36ba4d51.tar.gz |
(comint-highlight-input): Use :weight, not :bold.
Diffstat (limited to 'lisp/comint.el')
-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'." :type 'boolean :group 'comint) -(defface comint-highlight-input '((t (:bold t))) +(defface comint-highlight-input '((t (:weight bold))) "Face to use to highlight input when `comint-highlight-input' is non-nil." :group 'comint) |