Follow Glenn's lead and update format of Copyright.
[bpt/emacs.git] / .dir-locals.el
index 3ce2eb2..4e9f8b6 100644 (file)
@@ -1,8 +1,9 @@
-((nil . ((indent-tabs-mode . t)
-         (tab-width . 8)
+((nil . ((tab-width . 8)
          (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"))))
 
 ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd