]> git.notmuchmail.org Git - notmuch/commit
emacs: notmuch-fontify-headers: Remove unneeded progn and indent correctly.
authorCarl Worth <cworth@cworth.org>
Thu, 3 Dec 2009 18:39:33 +0000 (10:39 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 3 Dec 2009 19:29:35 +0000 (11:29 -0800)
commita0439ded70b69978b982a8defa48848780aba518
treec35f3a00874f9c7851c61c45ce34afd130b0b1a0
parentfcc36df1fa37b940a46a3c14f0ccee8a39875145
emacs: notmuch-fontify-headers: Remove unneeded progn and indent correctly.

The defun special form doesn't require a progn. And the remainder
of the function was previously indented in a misleading way, (as
if each "if" was always evaluated, rather than each only being
evaluated if all the previous evaluated to nil).
notmuch.el