composable.el icon indicating copy to clipboard operation
composable.el copied to clipboard

Fix byte-compile error

Open syohex opened this issue 2 years ago • 0 comments

Functions which are called from macros should be evaluated at both compile time and load time.

composable.el:163:2: Error: Symbol’s function definition is void: composable-create-composable

syohex avatar Jun 30 '22 10:06 syohex