diff lisp/gnus/gnus-art.el @ 38413:a26d9b55abb6

Some fixes to follow coding conventions in files from Gnus.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 15 Jul 2001 17:42:53 +0000
parents a35d9c07d074
children f8833aa83b5e
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Sun Jul 15 16:15:35 2001 +0000
+++ b/lisp/gnus/gnus-art.el	Sun Jul 15 17:42:53 2001 +0000
@@ -2508,7 +2508,7 @@
   (when (string-equal command "")
     (if gnus-last-shell-command
 	(setq command gnus-last-shell-command)
-      (error "A command is required.")))
+      (error "A command is required")))
   (gnus-eval-in-buffer-window gnus-article-buffer
     (save-restriction
       (widen)