diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-12-27 17:10:24 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-12-27 17:10:24 +0000 |
commit | bda28f63f85748466238fe70590ec607366d8014 (patch) | |
tree | 628f42f3ac7993bbf0df3fce4a1a4a4ef599b35d /.dir-locals.el | |
parent | 765980a41ee71f716a732a9b1a5fdbc844503486 (diff) | |
download | emacs-bda28f63f85748466238fe70590ec607366d8014.tar.gz |
Remove non-working entry for pmail.
(fill-column): Fix typo.
(change-log-mode): Add fill column.
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 40e15ba5200..3ce2eb29f9d 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,9 +1,8 @@ ((nil . ((indent-tabs-mode . t) (tab-width . 8) - (fill-column . 80))) + (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)))) ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd |