From c641d34490f948a3175af8b6bbb98013a4c8af06 Mon Sep 17 00:00:00 2001 From: keiichi Date: Mon, 2 Aug 1999 05:18:49 +0000 Subject: [PATCH] (nnmail-get-new-mail): Fix typo. --- lisp/nnmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 9b85328..ce912fb 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -1663,7 +1663,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation." (while spools (if (listp (setq spool (pop spools))) (setq spool-options (cdr spool) - setq spool (car spool)) + spool (car spool)) (setq spool-options nil)) ;; We read each spool file if either the spool is a POP-mail ;; spool, or the file exists. We can't check for the -- 1.7.10.4