Show
Ignore:
Timestamp:
07/29/06 07:48:34 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/gnus/nnmail.el

    r4058 r4131  
    11321132                 (fboundp nnmail-split-methods)) 
    11331133            (let ((split 
    1134                    (condition-case nil 
     1134                   (condition-case error-info 
    11351135                       ;; `nnmail-split-methods' is a function, so we 
    11361136                       ;; just call this function here and use the 
     
    11401140                     (error 
    11411141                      (nnheader-message 
    1142                        5 "Error in `nnmail-split-methods'; using `bogus' mail group"
     1142                       5 "Error in `nnmail-split-methods'; using `bogus' mail group: %S" error-info
    11431143                      (sit-for 1) 
    11441144                      '("bogus")))))