Some fixes to follow coding conventions in files from Gnus.
This commit is contained in:
parent
5553563924
commit
715a2ca2fc
36 changed files with 61 additions and 40 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue