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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el
Date: Fri, 15 Apr 2005 20:21:56 -0400

Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.46 emacs/lisp/tooltip.el:1.47
*** emacs/lisp/tooltip.el:1.46  Thu Mar 31 10:10:39 2005
--- emacs/lisp/tooltip.el       Sat Apr 16 00:21:56 2005
***************
*** 187,192 ****
--- 187,198 ----
    "Toggle Tooltip display.
  With ARG, turn tooltip mode on if and only if ARG is positive."
    :global t
+   ;; 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))
      (error "Sorry, tooltips are not yet available on this system"))




reply via email to

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