[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/tooltip.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/tooltip.el |
Date: |
Sun, 24 Jul 2005 23:21:14 -0400 |
Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.63 emacs/lisp/tooltip.el:1.64
*** emacs/lisp/tooltip.el:1.63 Thu Jul 14 00:56:53 2005
--- emacs/lisp/tooltip.el Mon Jul 25 03:21:13 2005
***************
*** 159,165 ****
With ARG, turn tooltip mode on if and only if ARG is positive."
:global t
:init-value (not (or noninteractive
! emacs-quick-startup
(not (display-graphic-p))
(not (fboundp 'x-show-tip))))
:initialize 'custom-initialize-safe-default
--- 159,165 ----
With ARG, turn tooltip mode on if and only if ARG is positive."
:global t
:init-value (not (or noninteractive
! emacs-basic-display
(not (display-graphic-p))
(not (fboundp 'x-show-tip))))
:initialize 'custom-initialize-safe-default