OCamlPro / ocp-indent

Indentation tool for OCaml, to be used from editors like Emacs and Vim.
http://www.typerex.org/ocp-indent.html
Other
201 stars 63 forks source link

Fix cl library deprecation warning #317

Closed sheepduke closed 3 years ago

sheepduke commented 3 years ago

The cl library has been deprecated since Emacs 27 and cl-lib should be used instead.

This PR fixes this issue by using cl-lib instead of cl.

The issue has been reported in #316

AltGr commented 3 years ago

Thanks!