diff options
| author | Carl Worth <cworth@cworth.org> | 2010-02-10 12:40:18 -0800 |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2010-02-10 12:40:18 -0800 |
| commit | 5dbe1c0307e905a3a770a1820bb82aaf09445121 (patch) | |
| tree | 24267596dc945c60d66d9fea8b9aa5a1b132691c | |
| parent | ca16b2225dd6323a3c1537d6c3e5ea0da8d63197 (diff) | |
notmuch.el: Fix indentation.
This line was indented incorrectly which can be confusing.
| -rw-r--r-- | notmuch.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |
