/[emacs]/emacs/lisp/tooltip.el
ViewVC logotype

Diff of /emacs/lisp/tooltip.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.32 by lektu, Tue Feb 4 12:09:56 2003 UTC revision 1.33 by jpw, Wed Jul 23 11:37:13 2003 UTC
# Line 113  position to pop up the tooltip." Line 113  position to pop up the tooltip."
113    
114  (defface tooltip  (defface tooltip
115    '((((class color))    '((((class color))
116       (:background "lightyellow" :foreground "black"))       :background "lightyellow"
117      (t ()))       :foreground "black"
118         :inherit variable-pitch)
119        (t
120         :inherit variable-pitch))
121    "Face for tooltips."    "Face for tooltips."
122    :group 'tooltip)    :group 'tooltip)
123    

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26