X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnnmail.el;h=8857595a5d039c991ac1f951581bfddfe22153a5;hb=91bc600198a281bb3acd040788d7ac92d390f926;hp=ca5d36fd307531d581a9308a5052d54b79eabe97;hpb=5f34738881d9656e99aa4fad22c40b26bb8e79ce;p=gnus diff --git a/lisp/nnmail.el b/lisp/nnmail.el index ca5d36fd3..8857595a5 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -1022,8 +1022,8 @@ FUNC will be called with the group name to determine the article number." (or (funcall nnmail-split-methods) '("bogus")) (error - (nnheader-message 5 - "Error in `nnmail-split-methods'; using `bogus' mail group") + (nnheader-message + 5 "Error in `nnmail-split-methods'; using `bogus' mail group") (sit-for 1) '("bogus"))))) (setq split (gnus-remove-duplicates split)) @@ -1292,7 +1292,7 @@ See the documentation for the variable `nnmail-split-fancy' for documentation." (let ((value (nth 1 split))) (if (symbolp value) (setq value (cdr (assq value nnmail-split-abbrev-alist)))) - ;; Someone might want to do a \N sub on this match, so get the + ;; Someone might want to do a \N sub on this match, so get the ;; correct match positions. (re-search-backward value start-of-value)) (dolist (sp (nnmail-split-it (car split-rest)))