emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102205: * lisp/gnus/nnmail.el (gnus-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102205: * lisp/gnus/nnmail.el (gnus-activate-group): Update declaration.
Date: Sun, 31 Oct 2010 23:21:44 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102205
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2010-10-31 23:21:44 -0700
message:
  * lisp/gnus/nnmail.el (gnus-activate-group): Update declaration.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/nnmail.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2010-11-01 06:16:46 +0000
+++ b/lisp/gnus/ChangeLog       2010-11-01 06:21:44 +0000
@@ -5,6 +5,7 @@
 
 2010-11-01  Glenn Morris  <address@hidden>
 
+       * nnmail.el (gnus-activate-group):
        * nnimap.el (gnutls-negotiate):
        * nntp.el (netrc-parse): Fix declarations.
 

=== modified file 'lisp/gnus/nnmail.el'
--- a/lisp/gnus/nnmail.el       2010-10-14 14:32:27 +0000
+++ b/lisp/gnus/nnmail.el       2010-11-01 06:21:44 +0000
@@ -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 <address@hidden>
 ;; 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]