emacs-ctable icon indicating copy to clipboard operation
emacs-ctable copied to clipboard

change gensym to cl-gensym

Open pacew opened this issue 3 years ago • 0 comments

I encountered emacs-ctable as in indirect dependency of emacs-jedi, and it was causing an error message:

Eager macro-expansion failure: (void-function gensym)

This error can be reproduced with

M-x package-install RET ctable RET
(require 'ctable)

(I got ctable-20210128.629) Patching .emacs.d/elpa/ctable-20210128.629/ctable.el as in this PR made (require 'ctable) work without error.

pacew avatar Mar 01 '22 21:03 pacew