summaryrefslogtreecommitdiff
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-12-31 20:18:09 +0000
committerRichard M. Stallman <rms@gnu.org>2001-12-31 20:18:09 +0000
commit10eb74490311108444afa6c435ac22bb36ba4d51 (patch)
tree7601a92ba1d9502719dd3de167fdea0d16d9d7f9 /lisp/comint.el
parent0cccb49d7a996eea0888e6b5480dd8f62e3ac4c9 (diff)
downloademacs-10eb74490311108444afa6c435ac22bb36ba4d51.tar.gz
(comint-highlight-input): Use :weight, not :bold.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
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)