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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help-at-pt.el [lexbind]
Date: Mon, 25 Oct 2004 00:41:22 -0400

Index: emacs/lisp/help-at-pt.el
diff -c emacs/lisp/help-at-pt.el:1.2.2.3 emacs/lisp/help-at-pt.el:1.2.2.4
*** emacs/lisp/help-at-pt.el:1.2.2.3    Thu Apr  1 04:29:01 2004
--- emacs/lisp/help-at-pt.el    Mon Oct 25 04:22:23 2004
***************
*** 348,355 ****
    (interactive "p")
    (scan-buf-move-to-region 'help-echo (- arg) 'scan-buf-move-hook))
  
! (defvar help-at-pt-unload-hook '(help-at-pt-cancel-timer)
!   "Normal hook run when `help-at-pt' is unloaded.")
  
  (provide 'help-at-pt)
  
--- 348,354 ----
    (interactive "p")
    (scan-buf-move-to-region 'help-echo (- arg) 'scan-buf-move-hook))
  
! (add-hook 'help-at-pt-unload-hook 'help-at-pt-cancel-timer)
  
  (provide 'help-at-pt)
  




reply via email to

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