From: Eli Zaretskii Date: Sat, 28 Feb 2009 14:04:58 +0000 (+0000) Subject: Copy .dbxinit to _dbxinit. X-Git-Tag: emacs-pretest-23.0.92~406 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1685daf251b0674fc94cda02bbfad6f2ecfcaa3e;p=emacs.git Copy .dbxinit to _dbxinit. --- diff --git a/ChangeLog b/ChangeLog index 070c6f17b95..43b961c9f3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-02-28 Eli Zaretskii + * config.bat: Copy .dbxinit to _dbxinit. + * make-dist (Making links to `info'): Remove .gitignore. 2009-02-28 Stefan Monnier diff --git a/config.bat b/config.bat index c63756f3ff8..089874da95b 100644 --- a/config.bat +++ b/config.bat @@ -270,6 +270,7 @@ rem ---------------------------------------------------------------------- :maindir Echo Configuring the main directory... If Exist .dir-locals.el update .dir-locals.el _dir-locals.el +If Exist src\.dbxinit update src/.dbxinit src/_dbxinit If "%DJGPP_VER%" == "1" goto mainv1 Echo Looking for the GDB init file... If Exist src\.gdbinit update src/.gdbinit src/_gdbinit