AlonTzarafi/battle-haxe

void-function first

Closed this issue · 2 comments

Debugger entered--Lisp error: (void-function first)
  first(("/home/garrett/tmp/build.hxml"))
  battle-haxe-start-server()
  battle-haxe-mode(toggle)
  funcall-interactively(battle-haxe-mode toggle)

Looks like I had a mix of 'first' and 'cl-first'.
I pushed an update to use only 'cl-first', because that is explicitly loaded by my package.
Can you confirm the new version fixes your problem?

Looks good, thanks!