From: Richard M. Stallman Date: Mon, 31 Dec 2001 20:18:09 +0000 (+0000) Subject: (comint-highlight-input): Use :weight, not :bold. X-Git-Tag: ttn-vms-21-2-B4~17385 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=10eb74490311108444afa6c435ac22bb36ba4d51;p=emacs.git (comint-highlight-input): Use :weight, not :bold. --- 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)