Closed Apteryks closed 5 years ago
The following line is required otherwise the byte compiled version doesn't work as expected: (eval-when-compile (require 'cl-lib))
(eval-when-compile (require 'cl-lib))
The workaround was to M-x load-library RET cl-lib and reevaluate the buffer of bitbake-el's source file.
Hello, thanks for the report. I added the compile time require.
Thanks for the prompt fix :-)
The following line is required otherwise the byte compiled version doesn't work as expected:
(eval-when-compile (require 'cl-lib))
The workaround was to M-x load-library RET cl-lib and reevaluate the buffer of bitbake-el's source file.