diff options
| author | Andrew G Cohen | 2023-04-10 11:34:43 +0800 |
|---|---|---|
| committer | Andrew G Cohen | 2023-04-11 10:55:45 +0800 |
| commit | 0724e0aeb5be7c60cd76c6afc8e22ed47d9c85bd (patch) | |
| tree | 2e71b3a2556cbfa57ffe038b8cd76806bd712b71 | |
| parent | 54d40577c4bb64d25db030b7d11ab553364e375d (diff) | |
| download | emacs-0724e0aeb5be7c60cd76c6afc8e22ed47d9c85bd.tar.gz emacs-0724e0aeb5be7c60cd76c6afc8e22ed47d9c85bd.zip | |
* lisp/gnus/nnselect.el (nnselect-push-info): Sort artlist
| -rw-r--r-- | lisp/gnus/nnselect.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/nnselect.el b/lisp/gnus/nnselect.el index 9a2957c9f52..af4dbdc35df 100644 --- a/lisp/gnus/nnselect.el +++ b/lisp/gnus/nnselect.el | |||
| @@ -909,6 +909,7 @@ article came from is also searched." | |||
| 909 | ;; now work on each originating group one at a time | 909 | ;; now work on each originating group one at a time |
| 910 | (pcase-dolist (`(,artgroup . ,artlist) | 910 | (pcase-dolist (`(,artgroup . ,artlist) |
| 911 | (numbers-by-group gnus-newsgroup-articles)) | 911 | (numbers-by-group gnus-newsgroup-articles)) |
| 912 | (setq artlist (sort artlist #'<)) | ||
| 912 | (let* ((group-info (gnus-get-info artgroup)) | 913 | (let* ((group-info (gnus-get-info artgroup)) |
| 913 | (old-unread (gnus-list-of-unread-articles artgroup)) | 914 | (old-unread (gnus-list-of-unread-articles artgroup)) |
| 914 | newmarked delta-marks) | 915 | newmarked delta-marks) |