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: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/tooltip.el
Date: Sun, 13 Jan 2002 05:01:16 -0500

Index: emacs/lisp/tooltip.el
diff -c emacs/lisp/tooltip.el:1.21 emacs/lisp/tooltip.el:1.22
*** emacs/lisp/tooltip.el:1.21  Sat Nov  3 11:59:11 2001
--- emacs/lisp/tooltip.el       Sun Jan 13 05:01:16 2002
***************
*** 538,544 ****
  (defun tooltip-help-tips (event)
    "Hook function to display a help tooltip.
  This is installed on the hook `tooltip-hook', which is run when
! the the timer with ID `tooltip-timeout-id' fires.
  Value is non-nil if this function handled the tip."
    (when (stringp tooltip-help-message)
      (tooltip-show tooltip-help-message)
--- 538,544 ----
  (defun tooltip-help-tips (event)
    "Hook function to display a help tooltip.
  This is installed on the hook `tooltip-hook', which is run when
! the timer with ID `tooltip-timeout-id' fires.
  Value is non-nil if this function handled the tip."
    (when (stringp tooltip-help-message)
      (tooltip-show tooltip-help-message)



reply via email to

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