1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

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

@ -385,7 +385,7 @@ If EXAMINE is non-nil the group is selected read-only."
"nnimap: Group %s is not uidvalid. Continue? " group)))
imap-current-mailbox
(imap-mailbox-unselect)
(error "nnimap: Group %s is not uid-valid." group))
(error "nnimap: Group %s is not uid-valid" group))
(nnheader-report 'nnimap (imap-error-text)))))))
(defun nnimap-replace-whitespace (string)