summaryrefslogtreecommitdiff
path: root/lisp/help-at-pt.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-10-31 00:33:40 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-10-31 00:33:40 +0000
commit0bbaf7b4497c4c826e286ef657b3a3eb465d03ae (patch)
tree08d100419513c1e86ae591c3d5c9b0d6fc5bf6d1 /lisp/help-at-pt.el
parentc815b73f62abb4db75c5486fef4a56bf87a00afb (diff)
downloademacs-0bbaf7b4497c4c826e286ef657b3a3eb465d03ae.tar.gz
(help-at-pt-unload-hook): Remove. Timers are
automatically canceled by `unload-feature'.
Diffstat (limited to 'lisp/help-at-pt.el')
-rw-r--r--lisp/help-at-pt.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el
index ee35e04dec0..f14b00ca83a 100644
--- a/lisp/help-at-pt.el
+++ b/lisp/help-at-pt.el
@@ -350,8 +350,6 @@ different regions. With numeric argument ARG, behaves like
(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)
;;; arch-tag: d0b8b86d-d23f-45d0-a82d-208d6205a583