summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorRichard Earnshaw <rearnsha@arm.com>2021-07-20 11:39:41 +0100
committerRichard Earnshaw <rearnsha@arm.com>2021-07-20 11:40:34 +0100
commit6f79c7845c5ad7f624c1c4180206239b2511da93 (patch)
tree1421d741178ec344c3ed62adab26cb75970e6137 /.dir-locals.el
parentLimit fill-column to 79 (diff)
downloadgcc-6f79c7845c5ad7f624c1c4180206239b2511da93.tar.gz
gcc-6f79c7845c5ad7f624c1c4180206239b2511da93.tar.bz2
gcc-6f79c7845c5ad7f624c1c4180206239b2511da93.tar.xz
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.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
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 @@
17((tcl-mode . ((tcl-indent-level . 4) 17((tcl-mode . ((tcl-indent-level . 4)
18 (tcl-continued-indent-level . 4) 18 (tcl-continued-indent-level . 4)
19 (indent-tabs-mode . t))) 19 (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")))
21 (c-mode . ((c-file-style . "GNU") 21 (c-mode . ((c-file-style . "GNU")
22 (indent-tabs-mode . t) 22 (indent-tabs-mode . t)
23 (fill-column . 79)))) 23 (fill-column . 79))))