Mercurial > hg > xemacs-beta
diff lisp/gnus/gnus-art.el @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:46:53 +0200 |
| parents | 85ec50267440 |
| children | 8eaf7971accc |
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el Mon Aug 13 09:45:48 2007 +0200 +++ b/lisp/gnus/gnus-art.el Mon Aug 13 09:46:53 2007 +0200 @@ -1419,7 +1419,7 @@ (gnus-article-hide-headers 1 t))) (save-window-excursion (if (not gnus-default-article-saver) - (error "No default saver is defined.") + (error "No default saver is defined") ;; !!! Magic! The saving functions all save ;; `gnus-original-article-buffer' (or so they think), but we ;; bind that variable to our save-buffer. @@ -2471,7 +2471,7 @@ (interactive "P") (when (and (not force) (gnus-group-read-only-p)) - (error "The current newsgroup does not support article editing.")) + (error "The current newsgroup does not support article editing")) (gnus-article-edit-article `(lambda () (gnus-summary-edit-article-done
