diff options
author | Miles Bader <miles@gnu.org> | 2004-09-29 06:35:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-09-29 06:35:14 +0000 |
commit | c1d7d28589c020b2b72d795638e100eda852d6aa (patch) | |
tree | eea73090996311ff671fa5b88c792d0088f33a59 /lisp/gnus/nnml.el | |
parent | a12c6dcaf2c99009c4f44423af5138961a194e23 (diff) | |
download | emacs-c1d7d28589c020b2b72d795638e100eda852d6aa.tar.gz |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-580
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-37
Update from CVS
Diffstat (limited to 'lisp/gnus/nnml.el')
-rw-r--r-- | lisp/gnus/nnml.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnml.el b/lisp/gnus/nnml.el index cb820b094c1..4a9cfd32943 100644 --- a/lisp/gnus/nnml.el +++ b/lisp/gnus/nnml.el @@ -923,7 +923,7 @@ Use the nov database for the current group if available." (let ((range (nth 0 action)) (what (nth 1 action)) (marks (nth 2 action))) - (assert (or (eq what 'add) (eq what 'del)) t + (assert (or (eq what 'add) (eq what 'del)) nil "Unknown request-set-mark action: %s" what) (dolist (mark marks) (setq nnml-marks (gnus-update-alist-soft |