Mercurial > hg > xemacs-beta
comparison lisp/gnus/gnus-salt.el @ 153:25f70ba0133c r20-3b3
Import from CVS: tag r20-3b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:38:25 +0200 |
parents | 360340f9fd5f |
children | 43dd3413c7c7 |
comparison
equal
deleted
inserted
replaced
152:4c132ee2d62b | 153:25f70ba0133c |
---|---|
156 (gnus-configure-windows | 156 (gnus-configure-windows |
157 (if gnus-pick-display-summary 'article 'pick) t)) | 157 (if gnus-pick-display-summary 'article 'pick) t)) |
158 (if gnus-pick-elegant-flow | 158 (if gnus-pick-elegant-flow |
159 (progn | 159 (progn |
160 (when (or catch-up gnus-mark-unpicked-articles-as-read) | 160 (when (or catch-up gnus-mark-unpicked-articles-as-read) |
161 (gnus-summary-limit-mark-excluded-as-read)) | 161 (gnus-summary-catchup)) |
162 (if (gnus-group-quit-config gnus-newsgroup-name) | 162 (if (gnus-group-quit-config gnus-newsgroup-name) |
163 (gnus-summary-exit) | 163 (gnus-summary-exit) |
164 (gnus-summary-next-group))) | 164 (gnus-summary-next-group))) |
165 (error "No articles have been picked")))) | 165 (error "No articles have been picked")))) |
166 | 166 |