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:
parent
48ce962eaf
commit
5eca5ecd54
2 changed files with 6 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue