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:
parent
5553563924
commit
715a2ca2fc
36 changed files with 61 additions and 40 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue