origami.el icon indicating copy to clipboard operation
origami.el copied to clipboard

Using `cl-lib` because `cl` is deprecated

Open BiagioFesta opened this issue 4 years ago • 2 comments

Using cl-lib instead of cl.

  • origami.el already uses cl-lib.
  • emacs-27 marked cl package as deprecated.

BiagioFesta avatar Aug 04 '20 08:08 BiagioFesta

This fixes #90

satyanash avatar Aug 23 '20 15:08 satyanash

@BiagioFesta I don't think this actually fixes #90.

See https://github.com/gregsexton/origami.el/pull/106/files

skrytebane avatar May 17 '21 20:05 skrytebane

Looks like origami-parsers.el requires cl not sure if it's just a matter of changing it to cl-lib?

rickalex21 avatar Mar 29 '23 18:03 rickalex21

See related: #107

pataquets avatar Sep 10 '23 22:09 pataquets