emacs-diffs
[Top][All Lists]
Advanced

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

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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el
Date: Wed, 23 Jul 2003 07:37:14 -0400

Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.32 emacs/lisp/tooltip.el:1.33
*** emacs/lisp/tooltip.el:1.32  Tue Feb  4 07:09:56 2003
--- emacs/lisp/tooltip.el       Wed Jul 23 07:37:13 2003
***************
*** 113,120 ****
  
  (defface tooltip
    '((((class color))
!      (:background "lightyellow" :foreground "black"))
!     (t ()))
    "Face for tooltips."
    :group 'tooltip)
  
--- 113,123 ----
  
  (defface tooltip
    '((((class color))
!      :background "lightyellow"
!      :foreground "black"
!      :inherit variable-pitch)
!     (t
!      :inherit variable-pitch))
    "Face for tooltips."
    :group 'tooltip)
  




reply via email to

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