X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;ds=sidebyside;f=lisp%2Fnnheaderxm.el;h=2cd0916f48c6738d7c2dc103a002e9498e7f2067;hb=be3efdf400634499a01f048533e13fb6915aec90;hp=2694ddf63214df1c06ce583b8d84b07ef927f19e;hpb=cb7d257f3a8641f8548906876c806a4a10cbb411;p=gnus diff --git a/lisp/nnheaderxm.el b/lisp/nnheaderxm.el index 2694ddf63..2cd0916f4 100644 --- a/lisp/nnheaderxm.el +++ b/lisp/nnheaderxm.el @@ -20,19 +20,19 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU Emacs; see the file COPYING. If not, write to the -;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, -;; Boston, MA 02111-1307, USA. +;; Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;;; Commentary: ;;; Code: -(require 'run-at-time) +(require 'timer-funcs) (defalias 'nnheader-cancel-timer 'delete-itimer) -(defalias 'nnheader-cancel-function-timers 'ignore) (defalias 'nnheader-string-as-multibyte 'identity) (provide 'nnheaderxm) +;;; arch-tag: ee2b3387-d3ca-4de6-9b64-304d838706dd ;;; nnheaderxm.el ends here