/[emacs]/emacs/lisp/tooltip.el
ViewVC logotype

Diff of /emacs/lisp/tooltip.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.48 by nickrob, Mon Apr 18 00:29:45 2005 UTC revision 1.49 by mituharu, Mon Apr 18 07:43:59 2005 UTC
# Line 188  With ARG, turn tooltip mode on if and on Line 188  With ARG, turn tooltip mode on if and on
188    ;; If you change the :init-value below, you also need to change the    ;; If you change the :init-value below, you also need to change the
189    ;; corresponding code in startup.el.    ;; corresponding code in startup.el.
190    :init-value (not (or noninteractive    :init-value (not (or noninteractive
191                         emacs-quick-startup                         (and (boundp 'emacs-quick-startup) emacs-quick-startup)
192                         (not (display-graphic-p))                         (not (and (fboundp 'display-graphic-p)
193                                     (display-graphic-p)))
194                         (not (fboundp 'x-show-tip))))                         (not (fboundp 'x-show-tip))))
195    :group 'tooltip    :group 'tooltip
196    (unless (or (null tooltip-mode) (fboundp 'x-show-tip))    (unless (or (null tooltip-mode) (fboundp 'x-show-tip))

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26