elisp-koans icon indicating copy to clipboard operation
elisp-koans copied to clipboard

There is no `equalp` in emacs

Open stefanv opened this issue 2 years ago • 1 comments

Perhaps rather explain difference between eq and equal.

See evaluation.el, test-quoting-behavior.

stefanv avatar Feb 08 '23 07:02 stefanv

see https://github.com/jtmoulia/elisp-koans/issues/22 it seems after https://github.com/jtmoulia/elisp-koans/pull/16 it broke a lot of koans a lot of functions now have cl- prefix in cl-lib like equalp is called cl-equalp

bo-tato avatar Feb 22 '23 21:02 bo-tato