Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
39440204
Commit
39440204
authored
Jul 23, 2003
by
John Paul Wallington
Browse files
(defface tooltip): Inherit from variable-pitch.
parent
53b583d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/tooltip.el
lisp/tooltip.el
+5
-2
No files found.
lisp/ChangeLog
View file @
39440204
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
...
...
lisp/tooltip.el
View file @
39440204
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment