changeset 111302:6e8a63feb38d

* lisp/gnus/nnmail.el (gnus-activate-group): Update declaration.
author Glenn Morris <rgm@gnu.org>
date Sun, 31 Oct 2010 23:21:44 -0700
parents 49aec01c4be7
children 488230abc7fd
files lisp/gnus/ChangeLog lisp/gnus/nnmail.el
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
--- 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.