]> git.notmuchmail.org Git - notmuch/commitdiff
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)
Emacs really wants us to defvar each variable before assigning to it,
(which gives us a place to document the variable as well).


No differences found