Mercurial > hg > xemacs-beta
diff lisp/gnus/nnsoup.el @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 360340f9fd5f |
children |
line wrap: on
line diff
--- a/lisp/gnus/nnsoup.el Mon Aug 13 09:45:48 2007 +0200 +++ b/lisp/gnus/nnsoup.el Mon Aug 13 09:46:53 2007 +0200 @@ -623,7 +623,7 @@ (nnsoup-write-replies) ;; Check whether there is anything here. (when (null (directory-files nnsoup-replies-directory nil "\\.MSG$")) - (error "No files to pack.")) + (error "No files to pack")) ;; Pack all these files into a SOUP packet. (gnus-soup-pack nnsoup-replies-directory nnsoup-packer))