emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/help-at-pt.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/help-at-pt.el
Date: Sat, 30 Oct 2004 16:48:58 -0400

Index: emacs/lisp/help-at-pt.el
diff -c emacs/lisp/help-at-pt.el:1.6 emacs/lisp/help-at-pt.el:1.7
*** emacs/lisp/help-at-pt.el:1.6        Sat Oct 30 19:44:44 2004
--- emacs/lisp/help-at-pt.el    Sat Oct 30 20:43:36 2004
***************
*** 124,131 ****
         (set-default variable value)
         (and (boundp 'help-at-pt-timer)
              help-at-pt-timer
!             (timer-set-idle-time help-at-pt-timer value t)))
!   :version "21.4")
  
  ;;;###autoload
  (defun help-at-pt-cancel-timer ()
--- 124,130 ----
         (set-default variable value)
         (and (boundp 'help-at-pt-timer)
              help-at-pt-timer
!             (timer-set-idle-time help-at-pt-timer value t))))
  
  ;;;###autoload
  (defun help-at-pt-cancel-timer ()
***************
*** 228,235 ****
               (help-at-pt-cancel-timer)
             (help-at-pt-set-timer)))
    :set-after '(help-at-pt-timer-delay)
!   :require 'help-at-pt
!   :version "21.4")
  
  ;; Function for use in `help-at-pt-set-timer'.
  (defun help-at-pt-maybe-display ()
--- 227,233 ----
               (help-at-pt-cancel-timer)
             (help-at-pt-set-timer)))
    :set-after '(help-at-pt-timer-delay)
!   :require 'help-at-pt)
  
  ;; Function for use in `help-at-pt-set-timer'.
  (defun help-at-pt-maybe-display ()




reply via email to

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