From: Carl Worth <cworth@cworth.org>
Date: Wed, 21 Apr 2010 21:16:20 +0000 (-0700)
Subject: emacs: Fix notmuch-search-authors-width declaration.
X-Git-Tag: 0.3~135
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=8981842ff6d39fbf382fedde06ed0d862e9b911e;p=obsolete%2Fnotmuch-old

emacs: Fix notmuch-search-authors-width declaration.

Our defcustom call was missing the 'notmuch group, which emacs was
nice enough to warn about during compilation.
---

diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 66958a6c..37ef63db 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -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 ")