changeset 64626:0610fb20bcee

(tooltip-mode): Test emacs-basic-display, not emacs-quick-startup.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Jul 2005 03:21:13 +0000
parents 82afe4f1cb04
children ca25447f710a
files lisp/tooltip.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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