> That'd be a missing elisp method; it's used in the version check.
> 
> What version of emacs are you using?

`equalp` is from cl.el, so unless you've loaded it up, it won't be
defined.  This is therefore most likely an oversight in the code.  That
being said, `equalp` is very close to `equal`, so if you can, use that
instead.

Vasilij Schneidermann

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to