diff options
author | Eli Zaretskii <eliz@gnu.org> | 2008-12-26 15:03:47 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2008-12-26 15:03:47 +0000 |
commit | 745ebc1319845562a79c4756d4933a388ff97194 (patch) | |
tree | 29eb23b161f24931ac58273565d2d735e45e7083 /config.bat | |
parent | 2e480e42fa59da5d948532b4ebd0e43ef0304bec (diff) | |
download | emacs-745ebc1319845562a79c4756d4933a388ff97194.tar.gz |
Produce _dir-locals.el from .dir-locals.el.
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
|