diff options
| author | Eric Abrahamsen | 2015-07-11 23:48:09 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2015-07-11 23:48:09 +0000 |
| commit | 168c80efdc3981ffbc6ee731e7681b0386eb1db2 (patch) | |
| tree | 243ca56b33f40ed54f79c66e80d83688cff9b98a | |
| parent | d6c2b34e9e9a2e55f599e5a3d1d89ad51437d187 (diff) | |
| download | emacs-168c80efdc3981ffbc6ee731e7681b0386eb1db2.tar.gz emacs-168c80efdc3981ffbc6ee731e7681b0386eb1db2.zip | |
gnus-registry.el: Correct function argument order
* lisp/gnus/gnus-registry.el (gnus-registry--set/remove-mark):
Reverse the order of function arguments.
| -rw-r--r-- | lisp/gnus/gnus-registry.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-registry.el b/lisp/gnus/gnus-registry.el index f73f21694bf..0cb596012c7 100644 --- a/lisp/gnus/gnus-registry.el +++ b/lisp/gnus/gnus-registry.el | |||
| @@ -881,7 +881,7 @@ FUNCTION should take two parameters, a mark symbol and the cell value." | |||
| 881 | 881 | ||
| 882 | ;; FIXME: Why not merge gnus-registry--set/remove-mark and | 882 | ;; FIXME: Why not merge gnus-registry--set/remove-mark and |
| 883 | ;; gnus-registry-set-article-mark-internal? | 883 | ;; gnus-registry-set-article-mark-internal? |
| 884 | (defun gnus-registry--set/remove-mark (remove mark articles) | 884 | (defun gnus-registry--set/remove-mark (mark remove articles) |
| 885 | "Set/remove the MARK over process-marked ARTICLES." | 885 | "Set/remove the MARK over process-marked ARTICLES." |
| 886 | ;; If this is called and the user doesn't want the | 886 | ;; If this is called and the user doesn't want the |
| 887 | ;; registry enabled, we'll ask anyhow. | 887 | ;; registry enabled, we'll ask anyhow. |