summaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2009-01-14 00:37:17 +0000
committerJuri Linkov <juri@jurta.org>2009-01-14 00:37:17 +0000
commitb400fe0257bf12297abacec64c6fba95c59e956c (patch)
tree51d66e108216fa4d2383dade6a0d6e9bcbf2b40d /.dir-locals.el
parent6bbca113649332f42b12dc25305ab160a129254d (diff)
downloademacs-b400fe0257bf12297abacec64c6fba95c59e956c.tar.gz
(change-log-mode): Add bug-reference-url-format and bug-reference-mode.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index cad402f44da..85cfdee7166 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -2,6 +2,9 @@
(fill-column . 70)))
(c-mode . ((c-file-style . "GNU")))
(change-log-mode . ((add-log-time-zone-rule . t)
- (fill-column . 74))))
+ (fill-column . 74)
+ (bug-reference-url-format
+ . "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s")
+ (mode . bug-reference))))
;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd