From: Dan Nicolaescu Date: Sat, 27 Dec 2008 17:10:24 +0000 (+0000) Subject: Remove non-working entry for pmail. X-Git-Tag: emacs-pretest-23.0.90~851 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bda28f63f85748466238fe70590ec607366d8014;p=emacs.git Remove non-working entry for pmail. (fill-column): Fix typo. (change-log-mode): Add fill column. --- 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 diff --git a/ChangeLog b/ChangeLog index 7ae5f7ec378..29cdff04693 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-12-27 Dan Nicolaescu + + * .dir-locals.el: Remove non-working entry for pmail. + (fill-column): Fix typo. + (change-log-mode): Add fill column. + 2008-12-26 Eli Zaretskii * config.bat: Produce _dir-locals.el from .dir-locals.el.