rolandwalker / simpleclip

Simplified access to the system clipboard in Emacs.
174 stars 16 forks source link

Changing (require 'cl) to (require 'cl-lib) #12

Closed holzee closed 4 years ago

holzee commented 4 years ago

Emacs 28 compiled from source on MacOS is giving me a deprecation warning at startup. Editing the file that way got me rid of the warning Package cl deprecated

rolandwalker commented 4 years ago

Hi! Thanks!

For this to work, then callf must be changed to cl-callf and assert must be changed to cl-assert. Would you like to do that? They each occur only once, in simpleclip-set-contents.

holzee commented 4 years ago

Ok! I am going to send a complete pull request!