]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-highlight-input): Use :weight, not :bold.
authorRichard M. Stallman <rms@gnu.org>
Mon, 31 Dec 2001 20:18:09 +0000 (20:18 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 31 Dec 2001 20:18:09 +0000 (20:18 +0000)
lisp/comint.el

index 920cae62b83ab60e5742260ccb13dd0939a760d4..e6f0fade8017fbc22150698e25d6aa8975d26619 100644 (file)
@@ -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)