]> code.delx.au - gnu-emacs/commitdiff
gnus-registry.el: Correct function argument order
authorEric Abrahamsen <eric@ericabrahamsen.net>
Sat, 11 Jul 2015 23:48:09 +0000 (23:48 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sat, 11 Jul 2015 23:48:09 +0000 (23:48 +0000)
* lisp/gnus/gnus-registry.el (gnus-registry--set/remove-mark):
Reverse the order of function arguments.

lisp/gnus/gnus-registry.el

index f73f21694bffe4daacbed636e22b6acef1189f64..0cb596012c7b6efeb4f138a627308f2ea63f1725 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?
-(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.