comparison 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
comparison
equal deleted inserted replaced
42449:b4510b1b83f3 42450:c32f238e8a16
208 "*If non-nil, highlight input; also allow choosing previous input with a mouse. 208 "*If non-nil, highlight input; also allow choosing previous input with a mouse.
209 The face used is `comint-highlight-input'." 209 The face used is `comint-highlight-input'."
210 :type 'boolean 210 :type 'boolean
211 :group 'comint) 211 :group 'comint)
212 212
213 (defface comint-highlight-input '((t (:bold t))) 213 (defface comint-highlight-input '((t (:weight bold)))
214 "Face to use to highlight input when `comint-highlight-input' is non-nil." 214 "Face to use to highlight input when `comint-highlight-input' is non-nil."
215 :group 'comint) 215 :group 'comint)
216 216
217 (defcustom comint-highlight-prompt t 217 (defcustom comint-highlight-prompt t
218 "*If non-nil, highlight program prompts. 218 "*If non-nil, highlight program prompts.