From: Henrik Enberg Date: Mon, 16 Jan 2006 01:35:11 +0000 (+0000) Subject: more misplaced parens from merge X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3562bfb1390597afe5e36973770380a9561fcf6c;p=emacs.git more misplaced parens from merge --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index c8e6d63e78a..51b021d343b 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2379,7 +2379,7 @@ If NO-SUMMARY is non-nil, then do not update the summary buffer." ;; Post back any status messages. (if blurb - (message blurb)))))) + (message blurb))))))) ;;; NOT DONE (defun rmail-redecode-body (coding)