branch: elpa/htmlize commit cb6fdce1cb644d375019c5f1f0d8568fb5c28919 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Correct value of htmlize-version --- htmlize.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmlize.el b/htmlize.el index c4b2328e5e..89363fdbcc 100644 --- a/htmlize.el +++ b/htmlize.el @@ -79,7 +79,7 @@ (defvar font-lock-support-mode) (defvar global-font-lock-mode)) -(defconst htmlize-version "1.57") +(defconst htmlize-version "1.58") (defgroup htmlize nil "Convert buffer text and faces to HTML."