diff options
author | Glenn Morris <rgm@gnu.org> | 2009-12-17 04:12:40 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-12-17 04:12:40 +0000 |
commit | c3520efda3e255fd23c827b82d183b9a3a9b2487 (patch) | |
tree | 2ce406607c0d4240de20be779098ecd445603516 /.dir-locals.el | |
parent | 9762b219c8253c8e71564b36979753768d6db24f (diff) | |
download | emacs-c3520efda3e255fd23c827b82d183b9a3a9b2487.tar.gz |
(bug-reference-url-format): Change to debbugs.gnu.org.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 85cfdee7166..1d934e8e66f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -3,8 +3,7 @@ (c-mode . ((c-file-style . "GNU"))) (change-log-mode . ((add-log-time-zone-rule . t) (fill-column . 74) - (bug-reference-url-format - . "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s") + (bug-reference-url-format . "http://debbugs.gnu.org/%s") (mode . bug-reference)))) ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd |