mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
(tooltip-mode): emacs-quick-startup' and
display-graphic-p' may not
be bound yet.
This commit is contained in:
parent
d4127a9a11
commit
8b8f03c80c
@ -188,8 +188,9 @@ With ARG, turn tooltip mode on if and only if ARG is positive."
|
||||
;; 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))
|
||||
(and (boundp 'emacs-quick-startup) emacs-quick-startup)
|
||||
(not (and (fboundp 'display-graphic-p)
|
||||
(display-graphic-p)))
|
||||
(not (fboundp 'x-show-tip))))
|
||||
:group 'tooltip
|
||||
(unless (or (null tooltip-mode) (fboundp 'x-show-tip))
|
||||
|
Loading…
Reference in New Issue
Block a user