Skip to content

Commit 6f79c78

Browse files
author
Richard Earnshaw
committed
dir-locals: Use https for bug references
We've been using https for web references for some time now. ChangeLog: * .dir-locals.el (bug-reference-url-format): Use https.
1 parent b51de13 commit 6f79c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.dir-locals.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
((tcl-mode . ((tcl-indent-level . 4)
1818
(tcl-continued-indent-level . 4)
1919
(indent-tabs-mode . t)))
20-
(nil . ((bug-reference-url-format . "http://gcc.gnu.org/PR%s")))
20+
(nil . ((bug-reference-url-format . "https://gcc.gnu.org/PR%s")))
2121
(c-mode . ((c-file-style . "GNU")
2222
(indent-tabs-mode . t)
2323
(fill-column . 79))))

0 commit comments

Comments
 (0)