]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Fix notmuch-search-authors-width declaration.
authorCarl Worth <cworth@cworth.org>
Wed, 21 Apr 2010 21:16:20 +0000 (14:16 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Apr 2010 21:17:14 +0000 (14:17 -0700)
Our defcustom call was missing the 'notmuch group, which emacs was
nice enough to warn about during compilation.

emacs/notmuch.el

index 66958a6c577876244c1e904a6d8f970af19b8835..37ef63dbce971a6a9ff9ff39fd7920739447ba2d 100644 (file)
@@ -56,7 +56,8 @@
 
 (defcustom notmuch-search-authors-width 20
   "Number of columns to use to display authors in a notmuch-search buffer."
-  :type 'integer)
+  :type 'integer
+  :group 'notmuch)
 
 (defcustom notmuch-search-result-format
   `(("date" . "%s ")