* make-dist (tempdir): Distribute .dir-locals.el.
[bpt/emacs.git] / .dir-locals.el
1 ((nil . ((indent-tabs-mode . t)
2 (tab-width . 8)
3 (fill-column . 80)))
4 (c-mode . ((c-file-style . "GNU")))
5 (change-log-mode . ((add-log-time-zone-rule . t)))
6 ("lisp/mail/pmail*"
7 . ((nil . ((change-log-default-name . "ChangeLog.pmail"))))))