gnus-registry.el: Correct function argument order.
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 11 Jul 2015 07:10:06 +0000 (15:10 +0800)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 11 Jul 2015 07:10:06 +0000 (15:10 +0800)
* gnus-registry.el (gnus-registry--set/remove-mark): Reverse the order
of function arguments.

lisp/ChangeLog
lisp/gnus-registry.el

index 57e1a07..5cf9919 100644 (file)
@@ -1,3 +1,8 @@
+2015-07-11  Eric Abrahamsen  <eric@ericabrahamsen.net>
+
+       * gnus-registry.el (gnus-registry--set/remove-mark): Correct the order
+       of function arguments.
+
 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
 
        * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
 2015-07-09  Nikolaus Rath  <Nikolaus@rath.org>
 
        * nnimap.el (nnimap-transform-headers): Don't assume that UID comes
index f73f216..0cb5960 100644 (file)
@@ -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?
 
 ;; 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.
   "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.