I'm using a recent version of NTEmacs. I wrote a file named ".dir-locals.el" like following.
((nil . ((tab-width . 8)
(fill-column . 70)))
(c-mode . ((c-file-style . "GNU"))))
and I opened a c file in the subdirectory, I got an error message :
Directory-local variables error: (wrong-type-argument listp message)
I can't find out what's wrong with that code.