]> git.notmuchmail.org Git - notmuch/commit
notmuch.el: Use let to avoid assigning to a free variable.
authorCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 07:14:11 +0000 (23:14 -0800)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Dec 2009 07:14:11 +0000 (23:14 -0800)
commit7a6394257722c81dd47adefb172c8df2ac898973
tree8517bae52167a8c3bdd1b66a9f5e454b3bbc49be
parenta708ea627ea89f69ffc799bc2428edd389c7013a
notmuch.el: Use let to avoid assigning to a free variable.

The dynamic scoping of emacs lisp is such that we never want to assign
to any variable unless it's something we've defined with `defvar' or
else something we're using locally via `let'.
notmuch.el