diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 17:42:53 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-15 17:42:53 +0000 |
commit | 715a2ca2fc1be26e8420f209c3440b90d687fec6 (patch) | |
tree | 8b174bcbda39e57f48ecfae086ef3526bc9bd13d /lisp/gnus/gnus-sum.el | |
parent | 5553563924453df2e3c5bf011bf5b7527172b2f6 (diff) | |
download | emacs-715a2ca2fc1be26e8420f209c3440b90d687fec6.tar.gz emacs-715a2ca2fc1be26e8420f209c3440b90d687fec6.tar.bz2 emacs-715a2ca2fc1be26e8420f209c3440b90d687fec6.zip |
Some fixes to follow coding conventions in files from Gnus.
Diffstat (limited to 'lisp/gnus/gnus-sum.el')
-rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el index 5719417ca5e..fa933373f85 100644 --- a/lisp/gnus/gnus-sum.el +++ b/lisp/gnus/gnus-sum.el @@ -7918,7 +7918,7 @@ groups." force t)) (t (setq force t))) (if (and raw (not force) (equal gnus-newsgroup-name "nndraft:drafts")) - (error "Can't edit the raw article in group nndraft:drafts.")) + (error "Can't edit the raw article in group nndraft:drafts")) (save-excursion (set-buffer gnus-summary-buffer) (let ((mail-parse-charset gnus-newsgroup-charset) |