From daf4e39d91dbb753bb30723a4a121cc4493d4228 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 18 Dec 2022 22:58:24 -0700 Subject: mailscripts.el: move customisation group into the mail group Signed-off-by: Sean Whitton --- mailscripts.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mailscripts.el') diff --git a/mailscripts.el b/mailscripts.el index 790793b..2bf1534 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -40,7 +40,8 @@ (require 'gnus) (defgroup mailscripts nil - "Customisation of functions in the mailscripts package.") + "Customisation of functions in the mailscripts package." + :group 'mail) (defcustom mailscripts-extract-patches-branch-prefix nil "Prefix for git branches created by functions which extract patch series. -- cgit v1.2.3