* process.c (status_notify): Remove unused var `ro'.
[bpt/emacs.git] / .dir-locals.el
index 377f0de..12b8556 100644 (file)
@@ -1,7 +1,10 @@
-((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://debbugs.gnu.org/%s")
+                    (mode . bug-reference)))
+ (diff-mode . ((mode . whitespace))))
+
+;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd