Synch with Oort Gnus.
authoryamaoka <yamaoka>
Tue, 26 Nov 2002 12:00:00 +0000 (12:00 +0000)
committeryamaoka <yamaoka>
Tue, 26 Nov 2002 12:00:00 +0000 (12:00 +0000)
lisp/ChangeLog
lisp/gnus-agent.el

index e67ddbc..d104a16 100644 (file)
@@ -1,6 +1,7 @@
 2002-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * 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\e,A_\e(Bjohann  <kai.grossjohann@uni-duisburg.de>
 
index da70485..720f334 100644 (file)
@@ -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