emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/wid-edit.el
Date: Mon, 31 Dec 2001 15:30:50 -0500

Index: emacs/lisp/wid-edit.el
diff -c emacs/lisp/wid-edit.el:1.104 emacs/lisp/wid-edit.el:1.105
*** emacs/lisp/wid-edit.el:1.104        Thu Dec 27 10:07:21 2001
--- emacs/lisp/wid-edit.el      Mon Dec 31 15:30:50 2001
***************
*** 111,117 ****
    "Face used for buttons in widgets.
  This exists as a variable so it can be set locally in certain buffers.")
  
! (defface widget-button-face '((t (:bold t)))
    "Face used for widget buttons."
    :group 'widget-faces)
  
--- 111,117 ----
    "Face used for buttons in widgets.
  This exists as a variable so it can be set locally in certain buffers.")
  
! (defface widget-button-face '((t (:weight bold)))
    "Face used for widget buttons."
    :group 'widget-faces)
  
***************
*** 132,138 ****
                               (background dark))
                              (:background "dim gray"))
                             (t
!                             (:italic t)))
    "Face used for editable fields."
    :group 'widget-faces)
  
--- 132,138 ----
                               (background dark))
                              (:background "dim gray"))
                             (t
!                             (:slant italic)))
    "Face used for editable fields."
    :group 'widget-faces)
  
***************
*** 145,151 ****
                                           (background dark))
                                          (:background "dim gray"))
                                         (t
!                                         (:italic t)))
    "Face used for editable fields spanning only a single line."
    :group 'widget-faces)
  
--- 145,151 ----
                                           (background dark))
                                          (:background "dim gray"))
                                         (t
!                                         (:slant italic)))
    "Face used for editable fields spanning only a single line."
    :group 'widget-faces)
  
***************
*** 433,439 ****
                                  (background light))
                                 (:foreground "dim gray"))
                                (t
!                                (:italic t)))
    "Face used for inactive widgets."
    :group 'widget-faces)
  
--- 433,439 ----
                                  (background light))
                                 (:foreground "dim gray"))
                                (t
!                                (:slant italic)))
    "Face used for inactive widgets."
    :group 'widget-faces)
  
***************
*** 850,856 ****
    '((((class color))
       (:foreground "red"))
      (t
!      (:bold t :underline t)))
    "Face used for pressed buttons."
    :group 'widget-faces)
  
--- 850,856 ----
    '((((class color))
       (:foreground "red"))
      (t
!      (:weight bold :underline t)))
    "Face used for pressed buttons."
    :group 'widget-faces)
  



reply via email to

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