comparison .dir-locals.el @ 101014:49524a62e7d6

Don't set indent-tabs-mode.
author Glenn Morris <rgm@gnu.org>
date Fri, 09 Jan 2009 05:05:28 +0000
parents 0a3d5993b567
children 4a6ff510dcf9
comparison
equal deleted inserted replaced
101013:dbe70c3aa01d 101014:49524a62e7d6
1 ((nil . ((indent-tabs-mode . t) 1 ((nil . ((tab-width . 8)
2 (tab-width . 8)
3 (fill-column . 70))) 2 (fill-column . 70)))
4 (c-mode . ((c-file-style . "GNU"))) 3 (c-mode . ((c-file-style . "GNU")))
5 (change-log-mode . ((add-log-time-zone-rule . t) 4 (change-log-mode . ((add-log-time-zone-rule . t)
6 (fill-column . 74)))) 5 (fill-column . 74))))
7 6