Some fixes to follow coding conventions in files from Gnus.

This commit is contained in:
Pavel Janík 2001-07-15 17:42:53 +00:00
parent 5553563924
commit 715a2ca2fc
36 changed files with 61 additions and 40 deletions

View file

@ -2508,7 +2508,7 @@ The directory to save in defaults to `gnus-article-save-directory'."
(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)