[gnus git] branch master updated: m0-13-30-g91bfdfb =1= gnus-registry.el: Correct function argument order.

Eric Abrahamsen <[email protected]> Sat, 11 Jul 2015 09:15:16 +0200
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  91bfdfbc3e77a244efc8af47a47b30b10f48ec87 (commit)
      from  1f1d39c3bcaed9870ab7f13c3c0369f17a16cee2 (commit)


- Log -----------------------------------------------------------------
commit 91bfdfbc3e77a244efc8af47a47b30b10f48ec87
Author: Eric Abrahamsen <[email protected]>
Date:   Sat Jul 11 15:10:06 2015 +0800

    gnus-registry.el: Correct function argument order.
    
    * gnus-registry.el (gnus-registry--set/remove-mark): Reverse the order
    of function arguments.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 57e1a07..5cf9919 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2015-07-11  Eric Abrahamsen  <[email protected]>
+
+	* gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
+	of function arguments.
+
 2015-07-09  Nikolaus Rath  <[email protected]>
 
 	* nnimap.el (nnimap-transform-headers): Don't assume that UID comes
diff --git a/lisp/gnus-registry.el b/lisp/gnus-registry.el
index f73f216..0cb5960 100644
--- a/lisp/gnus-registry.el
+++ b/lisp/gnus-registry.el
@@ -881,7 +881,7 @@ FUNCTION should take two parameters, a mark symbol and the cell value."
 
 ;; FIXME: Why not merge gnus-registry--set/remove-mark and
 ;; gnus-registry-set-article-mark-internal?
-(defun gnus-registry--set/remove-mark (remove mark articles)
+(defun gnus-registry--set/remove-mark (mark remove articles)
   "Set/remove the MARK over process-marked ARTICLES."
   ;; If this is called and the user doesn't want the
   ;; registry enabled, we'll ask anyhow.

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog        |    5 +++++
 lisp/gnus-registry.el |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project