X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/bb9c4b4f8b3dcd1b5fc96d2d0275cc532832fbd6..ce12d620cfbfae7943bb048ffb7d5123590c8888:/lisp/help-at-pt.el diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el index 6d33c155c6..126afbf006 100644 --- a/lisp/help-at-pt.el +++ b/lisp/help-at-pt.el @@ -1,6 +1,6 @@ ;;; help-at-pt.el --- local help through the keyboard -;; Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Luc Teirlinck ;; Keywords: help @@ -9,7 +9,7 @@ ;; GNU Emacs is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by -;; the Free Software Foundation; either version 2, or (at your option) +;; the Free Software Foundation; either version 3, or (at your option) ;; any later version. ;; GNU Emacs is distributed in the hope that it will be useful, @@ -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