aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2010-04-21 14:16:20 -0700
committerGravatar Carl Worth <cworth@cworth.org>2010-04-21 14:17:14 -0700
commit8981842ff6d39fbf382fedde06ed0d862e9b911e (patch)
tree9cdeeab38d02195dc38dcfd0c7d83bf2a5505c4c
parent8cee113819ffa678bbc4b0fa7a0040779a067682 (diff)
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.
-rw-r--r--emacs/notmuch.el3
1 files changed, 2 insertions, 1 deletions
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 ")