(defface tooltip): Inherit from variable-pitch.
This commit is contained in:
parent
53b583d38f
commit
39440204a7
2 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-07-23 John Paul Wallington <jpw@gnu.org>
|
||||
|
||||
* tooltip.el (defface tooltip): Inherit from variable-pitch.
|
||||
|
||||
2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
|
||||
|
|
|
@ -113,8 +113,11 @@ position to pop up the tooltip."
|
|||
|
||||
(defface tooltip
|
||||
'((((class color))
|
||||
(:background "lightyellow" :foreground "black"))
|
||||
(t ()))
|
||||
:background "lightyellow"
|
||||
:foreground "black"
|
||||
:inherit variable-pitch)
|
||||
(t
|
||||
:inherit variable-pitch))
|
||||
"Face for tooltips."
|
||||
:group 'tooltip)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue