ace-jump-mode icon indicating copy to clipboard operation
ace-jump-mode copied to clipboard

fix "Package cl is deprecated" warning

Open ErnestDong opened this issue 3 years ago • 0 comments

cl-lib was published many years ago as a better alternative to cl. And in Emacs-27 cl now has a deprecation warning. Replace (require 'cl) with (require cl-lib) will fix it.

ErnestDong avatar Jun 10 '21 09:06 ErnestDong