]> git.eshelyaron.com Git - emacs.git/commitdiff
more misplaced parens from merge
authorHenrik Enberg <henrik.enberg@telia.com>
Mon, 16 Jan 2006 01:35:11 +0000 (01:35 +0000)
committerHenrik Enberg <henrik.enberg@telia.com>
Mon, 16 Jan 2006 01:35:11 +0000 (01:35 +0000)
lisp/mail/rmail.el

index c8e6d63e78a268ee2fb18d79bdc96c2e3a485a0a..51b021d343b2a7fb9a0e9390c6e9f890610f26b2 100644 (file)
@@ -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)