]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/nnmail.el (gnus-activate-group): Update declaration.
authorGlenn Morris <rgm@gnu.org>
Mon, 1 Nov 2010 06:21:44 +0000 (23:21 -0700)
committerGlenn Morris <rgm@gnu.org>
Mon, 1 Nov 2010 06:21:44 +0000 (23:21 -0700)
lisp/gnus/ChangeLog
lisp/gnus/nnmail.el

index 31d601028359dbaef4de48abf9e6d982da570b3b..554bde2e2b49624ba33c9533e3e47071d2847ed4 100644 (file)
@@ -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.
 
index 8ccd7b02a16ff3e084f2fb71ce439b89ae523697..e5af75419b45f733f9d6274f5360910dd8857dce 100644 (file)
@@ -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 @@ Eudora has a broken References line, but an OK In-Reply-To."
 ;;; 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.