OCamlPro / ocp-indent

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

ocp-indent.el: cl is deprecated as of Emacs 27 #316

Closed pmetzger closed 2 years ago

pmetzger commented 3 years ago

As of Emacs 27, (require 'cl) results in a deprecation warning. One should use cl-lib instead.

fpottier commented 3 years ago

+1, I am seeing the same warning.

pmetzger commented 2 years ago

@AltGr Will there be a new release?