X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=make.bat;h=4a6b8a0c87f7514c7c3d52235697fa2ae659e693;hb=c5b4ceb25fe98373ad120bf11d07f69e82e6f770;hp=b2032773f69a7d0c289b5caf0a23b34b5db50afc;hpb=e5bbcdb449f290a6249c0dd97726a573f2a9ab42;p=elisp%2Fgnus.git- diff --git a/make.bat b/make.bat index b203277..4a6b8a0 100755 --- a/make.bat +++ b/make.bat @@ -22,10 +22,6 @@ rem rem which will allow the batch file to accept an unlimited number of rem parameters. -rem Clear PWD so emacs doesn't get confused -set GNUS_PWD_SAVE=%PWD% -set PWD= - if "%1" == "" goto usage cd lisp @@ -58,7 +54,4 @@ echo eg. d:\emacs\19.34 echo copy indicates that the compiled files should be copied to your echo emacs lisp, info, and etc directories -rem Restore PWD so whoever called this batch file doesn't get confused -set PWD=%GNUS_PWD_SAVE% -set GNUS_PWD_SAVE= :end