Hi,

in CVS Emacs `next-error' requires an argument so
`jde-compile-finish-kill-buffer' errors.  Changing

      ;;there were errors, so jump to the first error
      (if jde-compile-jump-to-first-error (next-error)))))

to 

      ;;there were errors, so jump to the first error
      (if jde-compile-jump-to-first-error (next-error 1)))))
 
in `jde-compile-finish-kill-buffer' fixes the problem.

jde-version "2.3.4beta4"
emacs-version "21.3.50.3"

-- David

Reply via email to