diff options
| author | Andrew Cohen | 2013-04-24 22:07:21 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2013-04-24 22:07:21 +0000 |
| commit | f0a9703029ab031e08d9b94482a0cfc4dad2d8a8 (patch) | |
| tree | caeed7990964b0d75ffac258bbd3d65efec7e9a2 | |
| parent | 60ad47792313b90cfe362479c6c5289f9a1c1049 (diff) | |
| download | emacs-f0a9703029ab031e08d9b94482a0cfc4dad2d8a8.tar.gz emacs-f0a9703029ab031e08d9b94482a0cfc4dad2d8a8.zip | |
lisp/gnus/nnir.el (nnir-close-group): Make sure we are in the right group
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/gnus/nnir.el | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index aad2244157c..4cdc8a103bd 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-04-24 Andrew Cohen <cohen@bu.edu> | 1 | 2013-04-24 Andrew Cohen <cohen@bu.edu> |
| 2 | 2 | ||
| 3 | * nnir.el (nnir-close-group): Make sure we are in the right group. | ||
| 4 | |||
| 3 | * gnus-sum.el (gnus-summary-insert-articles): Force updates to the | 5 | * gnus-sum.el (gnus-summary-insert-articles): Force updates to the |
| 4 | dependency table from all newly retrieved headers. | 6 | dependency table from all newly retrieved headers. |
| 5 | 7 | ||
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index 2fa6b600ac1..21f81dc664c 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el | |||
| @@ -892,6 +892,7 @@ skips all prompting." | |||
| 892 | 892 | ||
| 893 | 893 | ||
| 894 | (deffoo nnir-close-group (group &optional server) | 894 | (deffoo nnir-close-group (group &optional server) |
| 895 | (nnir-possibly-change-group group server) | ||
| 895 | (let ((pgroup (gnus-group-guess-full-name-from-command-method group))) | 896 | (let ((pgroup (gnus-group-guess-full-name-from-command-method group))) |
| 896 | (when (and nnir-artlist (not (gnus-ephemeral-group-p pgroup))) | 897 | (when (and nnir-artlist (not (gnus-ephemeral-group-p pgroup))) |
| 897 | (gnus-group-set-parameter pgroup 'nnir-artlist nnir-artlist)) | 898 | (gnus-group-set-parameter pgroup 'nnir-artlist nnir-artlist)) |