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
d5e2843d
Commit
d5e2843d
authored
Apr 16, 2005
by
Luc Teirlinck
Browse files
(tooltip-mode): Specify correct standard value for Custom in init-value.
parent
f6579c71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
lisp/tooltip.el
lisp/tooltip.el
+6
-0
No files found.
lisp/tooltip.el
View file @
d5e2843d
...
...
@@ -187,6 +187,12 @@ This might return nil if the event did not occur over a buffer."
"Toggle Tooltip display.
With ARG, turn tooltip mode on if and only if ARG is positive."
:global
t
;; If you change the :init-value below, you also need to change the
;; corresponding code in startup.el.
:init-value
(
not
(
or
noninteractive
emacs-quick-startup
(
not
(
display-graphic-p
))
(
not
(
fboundp
'x-show-tip
))))
:group
'tooltip
(
unless
(
or
(
null
tooltip-mode
)
(
fboundp
'x-show-tip
))
(
error
"Sorry, tooltips are not yet available on this system"
))
...
...
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