]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: replace setq + let with let*
authorDavid Bremner <bremner@debian.org>
Sun, 2 Jun 2013 14:57:01 +0000 (11:57 -0300)
committerDavid Bremner <bremner@debian.org>
Sun, 2 Jun 2013 23:38:17 +0000 (20:38 -0300)
I found several places where a setq is immediately followed by a let
or a let*. This seems to be the pessimal combination, with the
implicit scope of the setq combined with the extra indentation of the let.
I combined these cases into a single let* which I think is easier to read.


No differences found