From 4f7a670aa83ab91c115c6d81ba06a6e4351e695a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 31 Oct 2010 23:21:44 -0700 Subject: [PATCH] * lisp/gnus/nnmail.el (gnus-activate-group): Update declaration. --- lisp/gnus/ChangeLog | 1 + lisp/gnus/nnmail.el | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 31d60102835..554bde2e2b4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -5,6 +5,7 @@ 2010-11-01 Glenn Morris + * nnmail.el (gnus-activate-group): * nnimap.el (gnutls-negotiate): * nntp.el (netrc-parse): Fix declarations. diff --git a/lisp/gnus/nnmail.el b/lisp/gnus/nnmail.el index 8ccd7b02a16..e5af75419b4 100644 --- a/lisp/gnus/nnmail.el +++ b/lisp/gnus/nnmail.el @@ -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 ;; 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. -- 2.39.5