Toby Speight <streapadair at gmx.net> (tiny change)
[bpt/emacs.git] / .dir-locals.el
index 377f0de..4e9f8b6 100644 (file)
@@ -1,7 +1,9 @@
-((nil . ((indent-tabs-mode . t)
-         (tab-width . 8)
-         (fill-column . 80)))
+((nil . ((tab-width . 8)
+         (fill-column . 70)))
  (c-mode . ((c-file-style . "GNU")))
- (change-log-mode . ((add-log-time-zone-rule . t)))
- ("lisp/mail/pmail*"
-  . ((nil . ((change-log-default-name . "ChangeLog.pmail"))))))
+ (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"))))
+
+;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd