]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch.el: Delete some trailing whitespace.
authorCarl Worth <cworth@cworth.org>
Sat, 20 Feb 2010 20:11:31 +0000 (12:11 -0800)
committerCarl Worth <cworth@cworth.org>
Sat, 20 Feb 2010 20:12:09 +0000 (12:12 -0800)
I'm not sure when this managed to creep in, but we don't want it.

notmuch.el

index 0f4ea1076758f4ae26cf030dd464daa8ae011338..5fc38bf711682cf7d016f0fc4a42e0e35d8e7eb9 100644 (file)
@@ -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")