aboutsummaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2013-06-02 11:57:01 -0300
committerGravatar David Bremner <bremner@debian.org>2013-06-02 20:38:17 -0300
commit63782f4023680dd08c88024b50e5e48dfa3f50cd (patch)
tree2a32c16f0a6e7da3e4b9be237cdf861be7001afe /NEWS
parent9de0639126091fa0e48cfde69e3f6044d167a76a (diff)
emacs: replace setq + let with let*
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.
Diffstat (limited to 'NEWS')
0 files changed, 0 insertions, 0 deletions