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

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

[nongnu] elpa/helm e4dea5064e 1/5: Fix bug-reference-bug-regexp


From: ELPA Syncer
Subject: [nongnu] elpa/helm e4dea5064e 1/5: Fix bug-reference-bug-regexp
Date: Thu, 21 Apr 2022 03:58:37 -0400 (EDT)

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

    Fix bug-reference-bug-regexp
---
 .dir-locals.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 2ab4b4788f..5ed84320e7 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 . "\\(\\b\\([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]