Fix typo in "bogus" section.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 17 Sep 2010 18:47:10 +0000 (20:47 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Fri, 17 Sep 2010 18:47:10 +0000 (20:47 +0200)
lisp/ChangeLog
lisp/nnmail.el

index 75d651c..6d0db6b 100644 (file)
@@ -1,5 +1,7 @@
 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
+
        * nnimap.el (nnimap-open-shell-stream): New function.
        (nnimap-open-connection): Use it.
        (nnimap-transform-headers): Get the number of lines in each message.
index d5fdd35..aa55b55 100644 (file)
@@ -1156,7 +1156,7 @@ FUNC will be called with the group name to determine the article number."
                       ;; result.
                       (or (funcall nnmail-split-methods)
                           (and (not nnmail-inhibit-default-split-group)
-                               ("bogus")))
+                               '("bogus")))
                     (error
                      (nnheader-message
                       5 "Error in `nnmail-split-methods'; using `bogus' mail group: %S" error-info)