# HG changeset patch # User Richard M. Stallman # Date 1122261673 0 # Node ID 0610fb20bcee53c2895674749d478f7456540a9d # Parent 82afe4f1cb04cb378d41ff687a893bc1027204a7 (tooltip-mode): Test emacs-basic-display, not emacs-quick-startup. diff -r 82afe4f1cb04 -r 0610fb20bcee lisp/tooltip.el --- a/lisp/tooltip.el Sun Jul 24 02:44:15 2005 +0000 +++ b/lisp/tooltip.el Mon Jul 25 03:21:13 2005 +0000 @@ -159,7 +159,7 @@ 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