]> git.notmuchmail.org Git - notmuch/commit
emacs: remove useless lexically bound variable
authorDavid Bremner <david@tethera.net>
Wed, 7 Jul 2021 01:51:08 +0000 (22:51 -0300)
committerDavid Bremner <david@tethera.net>
Mon, 19 Jul 2021 11:32:49 +0000 (08:32 -0300)
commitbed62eb8bee4aeca1fabfa5e302b515849f50b31
treef07fab522d05b42a41937be39dfd29e36f37766d
parent1a7f9fe055fb40b9646bb8efac107601009723bd
emacs: remove useless lexically bound variable

A let binding without a value is just an obfuscated way of saying
nil, especially if you are not going to mutate the variable.
emacs/notmuch-tree.el