* .dir-locals.el: New file.
--- /dev/null
+((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"))))))
+2008-12-23 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * make-dist (tempdir): Distribute .dir-locals.el.
+
+ * .dir-locals.el: New file.
+
2008-12-19 Eli Zaretskii <eliz@gnu.org>
* config.bat (--with-system-malloc): New option; see msdos/INSTALL
echo "Making links to top-level files"
ln INSTALL README BUGS move-if-change ${tempdir}
ln ChangeLog Makefile.in configure configure.in ${tempdir}
-ln config.bat make-dist update-subdirs vpath.sed ${tempdir}
+ln config.bat make-dist update-subdirs vpath.sed .dir-locals.el ${tempdir}
### Copy these files; they're cross-filesystem symlinks.
cp mkinstalldirs ${tempdir}
cp config.sub ${tempdir}