# HG changeset patch # User Richard M. Stallman # Date 1009829889 0 # Node ID c32f238e8a16483ed2907efae4f35fee59fb0de0 # Parent b4510b1b83f39a3cf50e9da6ef6fb85cb3187d4d (comint-highlight-input): Use :weight, not :bold. diff -r b4510b1b83f3 -r c32f238e8a16 lisp/comint.el --- 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)