From 8981842ff6d39fbf382fedde06ed0d862e9b911e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Wed, 21 Apr 2010 14:16:20 -0700 Subject: [PATCH] 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. --- emacs/notmuch.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ") -- 2.43.0