From 5622013d28e16241b23155739925d2856022488d Mon Sep 17 00:00:00 2001 From: Morgan Smith Date: Tue, 4 Jul 2023 12:45:05 -0400 Subject: .dir-locals.el: Fix value for bug-reference-bug-regexp. * .dir-locals.el (bug-reference-bug-regexp): Add needed grouping constructs to regex Signed-off-by: Jonathan Brielmaier --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index f8ee130..b934213 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -9,7 +9,7 @@ ;; For use with 'bug-reference-prog-mode'. (bug-reference-url-format . "https://gitlab.com/nonguix/nonguix/issues/%s") (bug-reference-bug-regexp - . "#[0-9]+"))) + . "\\(#\\([0-9]+\\)\\)"))) (c-mode . ((c-file-style . "gnu"))) (scheme-mode . -- cgit v1.2.3