You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following Lisp Coding Conventins (Coding Conventions(elisp)),
to avoid name conlicts, we should change
(require 'cl)
to
(eval-when-compile (require 'cl))
Thanks to Shigeru Fukaya for pointing this out.
0 commit comments