Mercurial > hg > xemacs-beta
diff lisp/gnus/nnfolder.el @ 140:585fb297b004 r20-2b4
Import from CVS: tag r20-2b4
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:32:43 +0200 |
parents | 7d55a9ba150c |
children | 1856695b1fa9 |
line wrap: on
line diff
--- a/lisp/gnus/nnfolder.el Mon Aug 13 09:31:48 2007 +0200 +++ b/lisp/gnus/nnfolder.el Mon Aug 13 09:32:43 2007 +0200 @@ -513,8 +513,8 @@ ;; If we have to change groups, see if we don't already have the ;; folder in memory. If we do, verify the modtime and destroy ;; the folder if needed so we can rescan it. - (when (setq inf (assoc group nnfolder-buffer-alist)) - (setq nnfolder-current-buffer (nth 1 inf))) + (setq nnfolder-current-buffer + (nth 1 (assoc group nnfolder-buffer-alist))) ;; If the buffer is not live, make sure it isn't in the alist. If it ;; is live, verify that nobody else has touched the file since last