diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-07-25 03:21:36 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-07-25 03:21:36 +0000 |
commit | 5eca5ecd545f54c271e9997907c5fdedda20104c (patch) | |
tree | 0714004526ff7e1ec2a65ab4e92b0c3172bec9ab /lisp/tooltip.el | |
parent | 48ce962eafbf03fefc045a570da7313a39684641 (diff) | |
download | emacs-5eca5ecd545f54c271e9997907c5fdedda20104c.tar.gz |
(tooltip-mode): Test emacs-basic-display, not emacs-quick-startup.
Diffstat (limited to 'lisp/tooltip.el')
-rw-r--r-- | lisp/tooltip.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tooltip.el b/lisp/tooltip.el index 309edde1749..c8991c07e54 100644 --- a/lisp/tooltip.el +++ b/lisp/tooltip.el @@ -159,7 +159,7 @@ This might return nil if the event did not occur over a buffer." With ARG, turn tooltip mode on if and only if ARG is positive." :global t :init-value (not (or noninteractive - emacs-quick-startup + emacs-basic-display (not (display-graphic-p)) (not (fboundp 'x-show-tip)))) :initialize 'custom-initialize-safe-default |