From: Dan Nicolaescu Date: Wed, 24 Dec 2008 00:45:51 +0000 (+0000) Subject: * make-dist (tempdir): Distribute .dir-locals.el. X-Git-Tag: emacs-pretest-23.0.90~883 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b08ddfb407a2017fd781fadf6cc2573909a2b664;p=emacs.git * make-dist (tempdir): Distribute .dir-locals.el. * .dir-locals.el: New file. --- diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 00000000000..377f0deb1a6 --- /dev/null +++ b/.dir-locals.el @@ -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 --git a/ChangeLog b/ChangeLog index e5a54c333d0..7a032d06adb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 --git a/make-dist b/make-dist index eac1556bea0..06471f98a4a 100755 --- a/make-dist +++ b/make-dist @@ -305,7 +305,7 @@ mkdir ${tempdir} 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}