From 5498829ad845ad7763d25f417be52233cc707753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Tue, 20 Aug 2024 17:41:20 +0300 Subject: [PATCH 3/3] ; Set custom group of bug-reference-bug-regexp --- lisp/progmodes/bug-reference.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el index 9f293754c78..00d8f5d506c 100644 --- a/lisp/progmodes/bug-reference.el +++ b/lisp/progmodes/bug-reference.el @@ -97,6 +97,7 @@ bug-reference-bug-regexp outside the bounds of subexpressions 1 and then don't contribute to the highlighted and clickable region." :type 'regexp + :group 'bug-reference ; 24.3: defconst -> defcustom ; 28.1: contract about subexpression 1 defines the overlay region. :version "28.1") -- 2.45.2