]> code.delx.au - gnu-emacs/commitdiff
(tooltip-mode): Test emacs-basic-display, not emacs-quick-startup.
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Jul 2005 03:21:36 +0000 (03:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Jul 2005 03:21:36 +0000 (03:21 +0000)
lisp/ChangeLog
lisp/tooltip.el

index 47c2bceba8de43c3d78b7490e549aba796cceedb..f0516519ade88b35acf614f38aaae672f6548ce0 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-24  Richard M. Stallman  <rms@gnu.org>
+
+       * tooltip.el (tooltip-mode): Test emacs-basic-display,
+       not emacs-quick-startup.
+
 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
 
        * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
index 309edde1749a1e860fac0f1b114fbcb56a9ec3ed..c8991c07e5482fc729fa5062893d20fe0f31025a 100644 (file)
@@ -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