Skip to content

Commit

Permalink
dir-locals: Use https for bug references
Browse files Browse the repository at this point in the history
We've been using https for web references for some time now.

ChangeLog:

	* .dir-locals.el (bug-reference-url-format): Use https.
  • Loading branch information
Richard Earnshaw committed Jul 20, 2021
1 parent b51de13 commit 6f79c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))))

0 comments on commit 6f79c78

Please sign in to comment.