1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(tooltip-mode): Test emacs-basic-display, not emacs-quick-startup.

This commit is contained in:
Richard M. Stallman 2005-07-25 03:21:36 +00:00
parent 48ce962eaf
commit 5eca5ecd54
2 changed files with 6 additions and 1 deletions

View 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.

View 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