emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/tooltip.el


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el
Date: Mon, 18 Apr 2005 03:44:00 -0400

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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]