emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 0677262664 3/3: Fix bug-reference-bug-regexp to shutu


From: ELPA Syncer
Subject: [nongnu] elpa/helm 0677262664 3/3: Fix bug-reference-bug-regexp to shutup BC in emacs-28+
Date: Wed, 6 Apr 2022 02:58:40 -0400 (EDT)

branch: elpa/helm
commit 06772626648242fe308b9118518af36a29c9f2ed
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    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

[Prev in Thread] Current Thread [Next in Thread]