emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Mon, 31 Dec 2001 15:18:09 -0500

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.255 emacs/lisp/comint.el:1.256
*** emacs/lisp/comint.el:1.255  Wed Dec 26 16:27:54 2001
--- emacs/lisp/comint.el        Mon Dec 31 15:18:09 2001
***************
*** 210,216 ****
    :type 'boolean
    :group 'comint)
  
! (defface comint-highlight-input '((t (:bold t)))
    "Face to use to highlight input when `comint-highlight-input' is non-nil."
    :group 'comint)
  
--- 210,216 ----
    :type 'boolean
    :group 'comint)
  
! (defface comint-highlight-input '((t (:weight bold)))
    "Face to use to highlight input when `comint-highlight-input' is non-nil."
    :group 'comint)
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]