]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
notmuch.el: Fix indentation.
[notmuch] / notmuch.el
index ff4a0bd0205a1afa58837e1054205600917580b2..b909567747b91293d62479c6da2bbe1744eca9c6 100644 (file)
@@ -321,7 +321,7 @@ buffer."
          (with-current-buffer buf
            (insert-file-contents filename nil nil nil t)
            ,@body)
-        (kill-buffer buf)))))
+        (kill-buffer buf)))))
 
 (defun notmuch-show-view-all-mime-parts ()
   "Use external viewers to view all attachments from the current message."