branch: elpa/helm
commit 06772626648242fe308b9118518af36a29c9f2ed
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Fix bug-reference-bug-regexp to shutup BC in emacs-28+
---
 .dir-locals.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index d5693d6f9c..2ab4b4788f 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,7 +1,7 @@
 ;;; Directory Local Variables
 ;;; For more information see (info "(emacs) Directory Variables")
 
-((nil . ((bug-reference-bug-regexp . "\\([Ii]ssue ?#?\\|[Bb]ug ?#?\\|[Pp]atch 
?#\\|RFE ?#\\|PR [a-z+-]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)")
+((nil . ((bug-reference-bug-regexp . "\\(\\b\\([Ii]ssue ?#?\\|[Bb]ug 
?#?\\|[Pp]atch ?#\\|RFE ?#\\|PR [a-z+-]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)\\)")
          (bug-reference-url-format . 
"https://github.com/emacs-helm/helm/issues/%s";)
          (byte-compile-warnings . (not obsolete not docstrings))))
  (emacs-lisp-mode . ((mode . bug-reference-prog)

Reply via email to