gnus-registry.el: Correct function argument order
* lisp/gnus/gnus-registry.el (gnus-registry--set/remove-mark): Reverse the order of function arguments.
This commit is contained in:
parent
d6c2b34e9e
commit
168c80efdc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue