alphapapa / org-protocol-capture-html

Capture HTML from the browser selection into Emacs as org-mode content
453 stars 39 forks source link

Package cl depreciated and giving warnings as of Emacs 27 #41

Open qu13t0ne opened 4 years ago

qu13t0ne commented 4 years ago

Package cl is depreciated and replaced by cl-lib, and as of Emacs 27, user gets warning on startup that Package cl is depreciated.

Ref:

Looks like the only required change is to update cl to cl-lib in line 34.

I'll create a pull request, but opening an issue too in case someone knows something I don't.

SimpleGamingTutorials commented 2 years ago

https://github.com/kiwanami/emacs-epc/issues/40#issue-1254903916