diff lisp/gnus/gnus-group.el @ 111083:9a8bf31cd307

gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to gnus-group-completing-read. gnus-start.el (gnus-read-active-file-1): Don't add method to gnus-have-read-active-file if it's already been in.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Fri, 22 Oct 2010 01:39:13 +0000
parents fc6dc700cc9f
children d7e691f6ffc0
line wrap: on
line diff
--- a/lisp/gnus/gnus-group.el	Thu Oct 21 22:12:01 2010 +0000
+++ b/lisp/gnus/gnus-group.el	Fri Oct 22 01:39:13 2010 +0000
@@ -3676,7 +3676,7 @@
 Killed newsgroups are subscribed.  If SILENT, don't try to update the
 group line."
   (interactive (list (gnus-group-completing-read
-		      nil (gnus-read-active-file-p))))
+		      nil nil (gnus-read-active-file-p))))
   (let ((newsrc (gnus-group-entry group)))
     (cond
      ((string-match "^[ \t]*$" group)