From 3562bfb1390597afe5e36973770380a9561fcf6c Mon Sep 17 00:00:00 2001 From: Henrik Enberg Date: Mon, 16 Jan 2006 01:35:11 +0000 Subject: [PATCH] more misplaced parens from merge --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2