summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2004-03-07 20:04:51 +0000
committerEli Zaretskii <eliz@gnu.org>2004-03-07 20:04:51 +0000
commitdb71aa6f7a4127edde341b10318551db57723f60 (patch)
treeaa78bc5787b8752e3d6a03d565f70490dfbaa44d
parent651f4d9f27e3703502afebaf3b075dd55e2067b2 (diff)
downloademacs-db71aa6f7a4127edde341b10318551db57723f60.tar.gz
Remove redundant whitespace.
-rw-r--r--lisp/mail/rmail.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index c890ae6e6a0..f5f6262435a 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -1881,7 +1881,6 @@ It returns t if it got any new messages."
(save-excursion
(unless
(mail-unquote-printable-region header-end (point) nil t t)
-
(message "Malformed MIME quoted-printable message"))
;; Change "quoted-printable" to "8bit",
;; to reflect the decoding we just did.