We've been using https for web references for some time now.

ChangeLog:

        * .dir-locals.el (bug-reference-url-format): Use https.
---
 .dir-locals.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.dir-locals.el b/.dir-locals.el
index b07a0dc50d8..fa031cbded9 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -17,7 +17,7 @@
 ((tcl-mode . ((tcl-indent-level . 4)
 	      (tcl-continued-indent-level . 4)
 	      (indent-tabs-mode . t)))
- (nil . ((bug-reference-url-format . "http://gcc.gnu.org/PR%s";)))
+ (nil . ((bug-reference-url-format . "https://gcc.gnu.org/PR%s";)))
  (c-mode . ((c-file-style . "GNU")
 	    (indent-tabs-mode . t)
 	    (fill-column . 79))))

Reply via email to