]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Fix indentation.
authorCarl Worth <cworth@cworth.org>
Wed, 10 Feb 2010 20:40:18 +0000 (12:40 -0800)
committerCarl Worth <cworth@cworth.org>
Wed, 10 Feb 2010 20:40:18 +0000 (12:40 -0800)
This line was indented incorrectly which can be confusing.

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."