]> git.notmuchmail.org Git - notmuch/commit
emacs: Fix "free variable" warning for notmuch-folder-show-empty.
authorCarl Worth <cworth@cworth.org>
Sat, 3 Apr 2010 19:22:14 +0000 (12:22 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 3 Apr 2010 19:31:49 +0000 (12:31 -0700)
commit03588ee710454d4a9da43efa0e8954f70b21327d
tree0cf254d321b72728e79cf59f862a8c1a5f64e21f
parente33b73819a8a1005583cb3de69759172aacf98ba
emacs: Fix "free variable" warning for notmuch-folder-show-empty.

Emacs really wants us to defvar each variable before assigning to it,
(which gives us a place to document the variable as well).
emacs/notmuch.el