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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el [lexbind]
Date: Tue, 14 Oct 2003 19:52:31 -0400

Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.24.2.1 emacs/lisp/tooltip.el:1.24.2.2
*** emacs/lisp/tooltip.el:1.24.2.1      Fri Apr  4 01:20:11 2003
--- emacs/lisp/tooltip.el       Tue Oct 14 19:51:26 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)
  
***************
*** 521,524 ****
--- 524,528 ----
  
  (provide 'tooltip)
  
+ ;;; arch-tag: 3d61135e-4618-4a78-af28-183f6df5636f
  ;;; tooltip.el ends here




reply via email to

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