From: Carl Worth Date: Sat, 20 Feb 2010 20:11:31 +0000 (-0800) Subject: notmuch.el: Delete some trailing whitespace. X-Git-Tag: 0.1~90 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=becdb42b1f660950f1d755ba2d96ff403e995671 notmuch.el: Delete some trailing whitespace. I'm not sure when this managed to creep in, but we don't want it. --- diff --git a/notmuch.el b/notmuch.el index 0f4ea107..5fc38bf7 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")