diff .dir-locals.el @ 9966:d4dab9605c49

correctly set indent-tabs-mode for ChangeLogs and Makefiles in .dir-locals.el
author John W. Eaton <jwe@octave.org>
date Fri, 11 Dec 2009 13:38:18 -0500
parents ac4b97c6bf8b
children 3d7a4a2d9cef
line wrap: on
line diff
--- a/.dir-locals.el	Fri Dec 11 13:30:16 2009 -0500
+++ b/.dir-locals.el	Fri Dec 11 13:38:18 2009 -0500
@@ -1,4 +1,5 @@
 ((nil . ((indent-tabs-mode . nil)
          (fill-column . 72)))
  (c-default-mode "gnu")
- ("ChangeLog" . ((nil . ((indent-tabs-mode . t))))))
+ (change-log-mode . ((indent-tabs-mode . t)))
+ (makefile-mode . ((indent-tabs-mode . t))))