From 6764455a4b310c9e910c82f5cc87c8714e675f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 7 Jun 2022 18:14:52 +0200 Subject: .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(-) (limited to '.dir-locals.el') 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 - . "") + . "\\(\\)") + (bug-reference-url-format . "https://bugs.gnu.org/%s") ;; Emacs-Guix (eval . (setq-local guix-directory -- cgit v1.2.3