From: yamaoka Date: Tue, 26 Nov 2002 12:00:00 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_10-00-quimby~68 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9b4e28d147b0157a4b65f12b58120abfde24990e;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- 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