Mercurial > emacs
view nt/ebuild.bat @ 43321:358616bbe6a1
(eshell-command): Before reading from the minibuffer, add
eshell-add-command-to-history to minibuffer-exit-hook, and remove it
after read-from-minibuffer returns.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Sat, 16 Feb 2002 07:10:35 +0000 |
parents | 0c5df70bbee8 |
children | 695cf19ef79e |
line wrap: on
line source
@echo off if (%1) == () nmake -f makefile.nt all if not (%1) == () nmake -f makefile.nt %1 %2 %3 %4 %5 %6 %7 %8 %9