At 10:48 AM 6/29/2001 +0200, Dirk Husemann wrote:
>>>>>> "PK" == Paul Kinnucan <[EMAIL PROTECTED]> writes:
>
> PK> At 01:34 PM 6/25/2001 -0700, you wrote:
> >> When I enable jde-project -> Read Make Args or jde-project -> Ant
>Read Args
> >> or jde-project -> Ant Read Target, I get errors like the one the
subject
> >> `History list jde-interactive-make-arg-history is unbound'
> >>
> >> This is with Xemacs, solaris, jde 2.2.8beta1.
> >>
> >> Any ideas?
>
> PK> Sounds like a bug. I'll look into it.
>
>I stumbled over the same bug, adding these two lines to jde-ant.el fixed it:
>
>(defvar jde-ant-interactive-target-arg-history nil
>"History of targets entered in the minibuffer.")
>
>(defvar jde-ant-interactive-args-arg-history nil
>"History of targets entered in the minibuffer.")
>
Thanks. I have included them in the source.
- Paul