summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-02-20 12:11:31 -0800
committerCarl Worth <cworth@cworth.org>2010-02-20 12:12:09 -0800
commitbecdb42b1f660950f1d755ba2d96ff403e995671 (patch)
treec0ff9d92ae51dc36c2168dc0da8aa051a210312a
parent7e3b416153b0d621afba72f88c6ea926dc9d238c (diff)
notmuch.el: Delete some trailing whitespace.
I'm not sure when this managed to creep in, but we don't want it.
-rw-r--r--notmuch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/notmuch.el b/notmuch.el
index 0f4ea10..5fc38bf 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -733,7 +733,7 @@ is what to put on the button."
(let (mime-message mime-type)
(save-excursion
(re-search-forward notmuch-show-contentype-regexp end t)
- (setq mime-type (car (split-string (buffer-substring
+ (setq mime-type (car (split-string (buffer-substring
(match-beginning 1) (match-end 1))))))
(if (equal mime-type "text/html")