From: kaoru Date: Tue, 31 Aug 2010 12:00:34 +0000 (+0000) Subject: * elmo-imap4.el: Remove trailing whitespace. X-Git-Tag: merged-trunk-to-elmo-imap4-compliance-1^2~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=28349fc2610fa11dec10d0c7a5e99937ea96b439;p=elisp%2Fwanderlust.git * elmo-imap4.el: Remove trailing whitespace. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 4645a97..c1dd3b3 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,5 +1,7 @@ 2010-08-31 TAKAHASHI Kaoru + * elmo-imap4.el: Remove trailing whitespace. + * elmo-localdir.el (elmo-folder-pack-numbers): Fix `elmo-bind-directory' indent. diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index baf4aa7..fa379be 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -1663,7 +1663,7 @@ Return nil if no complete line has arrived." (goto-char (match-end 1))))) (UNSEEN (list 'unseen (read (current-buffer)))) - (t + (t (message "Unknown status data %s in mailbox %s ignored" token mailbox))))