Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.48 emacs/lisp/tooltip.el:1.49
*** emacs/lisp/tooltip.el:1.48 Mon Apr 18 00:29:45 2005
--- emacs/lisp/tooltip.el Mon Apr 18 07:43:59 2005
***************
*** 188,195 ****
;; If you change the :init-value below, you also need to change the
;; corresponding code in startup.el.
:init-value (not (or noninteractive
! emacs-quick-startup
! (not (display-graphic-p))
(not (fboundp 'x-show-tip))))
:group 'tooltip
(unless (or (null tooltip-mode) (fboundp 'x-show-tip))
--- 188,196 ----
;; If you change the :init-value below, you also need to change the
;; corresponding code in startup.el.
:init-value (not (or noninteractive
! (and (boundp 'emacs-quick-startup) emacs-quick-startup)
! (not (and (fboundp 'display-graphic-p)
! (display-graphic-p)))
(not (fboundp 'x-show-tip))))
:group 'tooltip
(unless (or (null tooltip-mode) (fboundp 'x-show-tip))
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs