hniksic / emacs-htmlize

Convert buffer text and decorations to HTML.
192 stars 45 forks source link

Package cl is deprecated #33

Closed A6GibKm closed 3 years ago

A6GibKm commented 4 years ago
(require 'loadhist)
(file-dependents (feature-file 'cl))

Shows that htmlize/htmlize.elc depends on cl which is deprecated in emacs 27.

EDIT: I made I typo on (feature-file 'htmlize), it was cl

wasamasa commented 3 years ago

See also #22 which should fix this.

hniksic commented 3 years ago

22 is merged, so I'm closing this.