diff options
Diffstat (limited to 'config.bat')
-rw-r--r-- | config.bat | 1 |
1 files changed, 1 insertions, 0 deletions
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
|