# HG changeset patch
# User Glenn Morris <rgm@gnu.org>
# Date 1288592504 25200
# Node ID 6e8a63feb38da848ca764b047ad000422e8601fe
# Parent  49aec01c4be7ffc9992a301a28279ade03897094
* lisp/gnus/nnmail.el (gnus-activate-group): Update declaration.

diff -r 49aec01c4be7 -r 6e8a63feb38d lisp/gnus/ChangeLog
--- a/lisp/gnus/ChangeLog	Sun Oct 31 23:19:31 2010 -0700
+++ b/lisp/gnus/ChangeLog	Sun Oct 31 23:21:44 2010 -0700
@@ -5,6 +5,7 @@
 
 2010-11-01  Glenn Morris  <rgm@gnu.org>
 
+	* nnmail.el (gnus-activate-group):
 	* nnimap.el (gnutls-negotiate):
 	* nntp.el (netrc-parse): Fix declarations.
 
diff -r 49aec01c4be7 -r 6e8a63feb38d lisp/gnus/nnmail.el
--- a/lisp/gnus/nnmail.el	Sun Oct 31 23:19:31 2010 -0700
+++ b/lisp/gnus/nnmail.el	Sun Oct 31 23:21:44 2010 -0700
@@ -1,7 +1,8 @@
 ;;; nnmail.el --- mail support functions for the Gnus mail backends
 
 ;; Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-;;   2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+;;   2004, 2005, 2006, 2007, 2008, 2009, 2010
+;;   Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news, mail
@@ -1347,7 +1348,7 @@
 ;;; Utility functions
 
 (declare-function gnus-activate-group "gnus-start"
-                  (group &optional scan dont-check method))
+                  (group &optional scan dont-check method dont-sub-check))
 
 (defun nnmail-do-request-post (accept-func &optional server)
   "Utility function to directly post a message to an nnmail-derived group.