smihica / emmet-mode

emmet's support for emacs.
http://www.emacswiki.org/emacs/ZenCoding
Other
721 stars 72 forks source link

Package cl is deprecated in Emacs 27.1 #127

Open raoulhatterer opened 3 years ago

raoulhatterer commented 3 years ago

In GNU Emacs 27.1 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2020-08-12 I got this message: Package cl is deprecated

Perhaps in line 73 you should replace

(with-no-warnings
  (require 'cl))

by

(with-no-warnings
  (require 'cl-lib))
raoulhatterer commented 3 years ago

Is this package still maintained ? I can see a pull request with the solution.

mohkale commented 8 months ago

Ping @smihica. Actually looks like this package is no longer maintained :cry:.