diff options
Diffstat (limited to 'lisp/help-at-pt.el')
-rw-r--r-- | lisp/help-at-pt.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el index 2a3ccd043bc..126afbf0062 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 |