From 5eca5ecd545f54c271e9997907c5fdedda20104c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Jul 2005 03:21:36 +0000 Subject: [PATCH] (tooltip-mode): Test emacs-basic-display, not emacs-quick-startup. --- lisp/ChangeLog | 5 +++++ lisp/tooltip.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 47c2bceba8d..f0516519ade 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-07-24 Richard M. Stallman + + * tooltip.el (tooltip-mode): Test emacs-basic-display, + not emacs-quick-startup. + 2005-07-24 Juanma Barranquero * emacs-lisp/re-builder.el (reb-with-current-window): Delete. 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 -- 2.39.2