From: Richard M. Stallman Date: Mon, 25 Jul 2005 03:21:36 +0000 (+0000) Subject: (tooltip-mode): Test emacs-basic-display, not emacs-quick-startup. X-Git-Tag: emacs-pretest-22.0.90~7884 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5eca5ecd545f54c271e9997907c5fdedda20104c;p=emacs.git (tooltip-mode): Test emacs-basic-display, not emacs-quick-startup. --- 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