diff lisp/comint.el @ 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 e0faaa516289
children 356ecd21a13c
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)