clojure-emacs / clomacs

Simplifies Emacs Lisp interaction with Clojure and vice versa.
200 stars 21 forks source link

Fix byte-compile errors and warnings #27

Closed syohex closed 2 years ago

syohex commented 2 years ago

Functions and variables that are used in macro must be evaluated at compile time and load time.

When byte-compiling, like following errors occur

clomacs.el:625:2: Error: Symbol’s function definition is void: clomacs-prepare-vars