view .dir-locals.el @ 100674:dbba9cb0e6ce

Add comments to explain checks and aborts, to assist future debugging.
author Jason Rumney <jasonr@gnu.org>
date Wed, 24 Dec 2008 11:37:12 +0000
parents 38e7317321ea
children 245c01516a02
line wrap: on
line source

((nil . ((indent-tabs-mode . t)
         (tab-width . 8)
         (fill-column . 80)))
 (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"))))))