view .dir-locals.el @ 100690:bc724faa95e6

(dir-locals-find-file) [ms-dos]: Run dir-locals-file through dosified-file-name. Compare files case-insensitively on systems whose filesystems are case-insensitive.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 26 Dec 2008 15:01:10 +0000
parents 245c01516a02
children 0a3d5993b567
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"))))))

;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd