changeset 42450:c32f238e8a16

(comint-highlight-input): Use :weight, not :bold.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 Dec 2001 20:18:09 +0000
parents b4510b1b83f3
children cade20d9a300
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Mon Dec 31 20:16:46 2001 +0000
+++ b/lisp/comint.el	Mon Dec 31 20:18:09 2001 +0000
@@ -210,7 +210,7 @@
   :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)