guix-commits
[Top][All Lists]
Advanced

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

02/05: .dir-locals: Adjust to bug-reference-mode in Emacs 28.


From: guix-commits
Subject: 02/05: .dir-locals: Adjust to bug-reference-mode in Emacs 28.
Date: Tue, 7 Jun 2022 12:30:58 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 6764455a4b310c9e910c82f5cc87c8714e675f78
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Jun 7 18:14:52 2022 +0200

    .dir-locals: Adjust to bug-reference-mode in Emacs 28.
    
    * .dir-locals.el: Adjust 'bug-reference-bug-regexp' and
    'bug-reference-url-format' to Emacs 28.
---
 .dir-locals.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index 09e19223d5..da6a44ea08 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -6,9 +6,9 @@
      (sentence-end-double-space . t)
 
      ;; For use with 'bug-reference-prog-mode'.
-     (bug-reference-url-format . "http://bugs.gnu.org/%s";)
      (bug-reference-bug-regexp
-      . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>")
+      . "\\(<https?://\\bugs\\.gnu\\.org/\\([0-9]+\\)>\\)")
+     (bug-reference-url-format . "https://bugs.gnu.org/%s";)
 
      ;; Emacs-Guix
      (eval . (setq-local guix-directory



reply via email to

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