# HG changeset patch # User Dan Nicolaescu # Date 1230079551 0 # Node ID 38e7317321eac7e6b3a1f6b3d029e324e39a7cb1 # Parent b095fbcf559e5c98a2a658fab12637b563c6a836 * make-dist (tempdir): Distribute .dir-locals.el. * .dir-locals.el: New file. diff -r b095fbcf559e -r 38e7317321ea .dir-locals.el --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.dir-locals.el Wed Dec 24 00:45:51 2008 +0000 @@ -0,0 +1,7 @@ +((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")))))) diff -r b095fbcf559e -r 38e7317321ea ChangeLog --- a/ChangeLog Tue Dec 23 23:12:31 2008 +0000 +++ b/ChangeLog Wed Dec 24 00:45:51 2008 +0000 @@ -1,3 +1,9 @@ +2008-12-23 Dan Nicolaescu + + * make-dist (tempdir): Distribute .dir-locals.el. + + * .dir-locals.el: New file. + 2008-12-19 Eli Zaretskii * config.bat (--with-system-malloc): New option; see msdos/INSTALL diff -r b095fbcf559e -r 38e7317321ea make-dist --- a/make-dist Tue Dec 23 23:12:31 2008 +0000 +++ b/make-dist Wed Dec 24 00:45:51 2008 +0000 @@ -305,7 +305,7 @@ 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}