(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
+2009-01-14 Juri Linkov <juri@jurta.org>
+
+ * .dir-locals.el (change-log-mode): Add bug-reference-url-format
+ and bug-reference-mode.
+
2009-01-11 Juri Linkov <juri@jurta.org>
* INSTALL.CVS: Move configuration explicitly to the first step.