Thanks, this looks like a bug.  For the time being, substitute with
this line:

  (add-hook 'jde-compile-finish-hook 'jde-xref-update-caller-table)

Raul Acevedo <[EMAIL PROTECTED]> writes:

> I occasionally get the following error when I compile a Java file:
> "error in process filter: Symbol's function definition is void:
> jde-xref-compile-hook".  If I grep for jde-xref-compile-hook in the JDE
> sources, I find only one reference in jde-xref.el:
>
> (add-hook 'jde-compile-finish-hook 'jde-xref-compile-hook)
>
> But I don't see the definition of the function jde-xref-compile-hook.
> What's going on? 
>
> Raul

Reply via email to