From 745ebc1319845562a79c4756d4933a388ff97194 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 26 Dec 2008 15:03:47 +0000 Subject: [PATCH] Produce _dir-locals.el from .dir-locals.el. --- ChangeLog | 4 ++++ config.bat | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7a032d06adb..7ae5f7ec378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-12-26 Eli Zaretskii + + * config.bat: Produce _dir-locals.el from .dir-locals.el. + 2008-12-23 Dan Nicolaescu * make-dist (tempdir): Distribute .dir-locals.el. diff --git a/config.bat b/config.bat index 492e5e24836..3281da4de5f 100644 --- a/config.bat +++ b/config.bat @@ -269,6 +269,7 @@ cd .. rem ---------------------------------------------------------------------- :maindir Echo Configuring the main directory... +If Exist .dir-locals.el update .dir-locals.el _dir-locals.el If "%DJGPP_VER%" == "1" goto mainv1 Echo Looking for the GDB init file... If Exist src\.gdbinit update src/.gdbinit src/_gdbinit -- 2.39.2