From 10eb74490311108444afa6c435ac22bb36ba4d51 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 31 Dec 2001 20:18:09 +0000 Subject: [PATCH] (comint-highlight-input): Use :weight, not :bold. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5