From 9b4e28d147b0157a4b65f12b58120abfde24990e Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 26 Nov 2002 12:00:00 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 3 ++- lisp/gnus-agent.el | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e67ddbc..d104a16 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,7 @@ 2002-11-26 Katsumi Yamaoka - * gnus-agent.el (gnus-agent-check-overview-buffer): No warning. + * gnus-agent.el: Autoload number-at-point instead. + (gnus-agent-check-overview-buffer): No warning for deactivate-mark. 2002-11-26 Kai Gro,A_(Bjohann diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index da70485..720f334 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -41,7 +41,8 @@ (require 'gnus-group)) (eval-and-compile - (autoload 'gnus-server-update-server "gnus-srvr")) + (autoload 'gnus-server-update-server "gnus-srvr") + (autoload 'number-at-point "thingatpt")) (defface gnus-agent-downloaded-article-face '((((class color) (background light)) (:foreground "Orange" :bold t)) @@ -1090,7 +1091,6 @@ This can be added to `gnus-select-article-hook' or In particular, checks that the file is sorted by article number and that there are no duplicates." (let (prev-num) - (require 'thingatpt) (save-excursion (when buffer (set-buffer buffer)) (save-excursion -- 1.7.10.4