X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=make.bat;h=4a6b8a0c87f7514c7c3d52235697fa2ae659e693;hb=a45dd507bf71d9e3fbfb6067896554323b02b643;hp=b2032773f69a7d0c289b5caf0a23b34b5db50afc;hpb=0d1720aee995af053638966ad6bcf16698575735;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