branch: elpa/htmlize
commit e773db643fb3e12ddd55c0384350cab5ded63cb6
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Remove promise to keep supporting ancient Emacs releases
    
    Let's focus on fixing the package for recent releases first.
---
 README.md  | 4 ----
 htmlize.el | 7 -------
 2 files changed, 11 deletions(-)

diff --git a/README.md b/README.md
index c8bc91f599..95eca27efe 100644
--- a/README.md
+++ b/README.md
@@ -27,8 +27,4 @@ buffer or move the point.  htmlize will do its best to work on
 non-windowing Emacs sessions but the result will be limited to
 colors supported by the terminal.
 
-htmlize aims for compatibility with older Emacs versions.  Please
-let me know if it doesn't work on the version of GNU Emacs that you
-are using.
-
 [1]: 
http://htmlpreview.github.io/?https://github.com/emacsorphanage/htmlize/blob/master/htmlize.el.html
diff --git a/htmlize.el b/htmlize.el
index a8e2cc46b9..c4b2328e5e 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -58,13 +58,6 @@
 ;; non-windowing Emacs sessions but the result will be limited to
 ;; colors supported by the terminal.
 
-;; htmlize aims for compatibility with older Emacs versions.  Please
-;; let me know if it doesn't work on the version of GNU Emacs that you
-;; are using.  The package relies on the presence of CL extensions;
-;; please don't try to remove that dependency.  I see no practical
-;; problems with using the full power of the CL extensions, except
-;; that one might learn to like them too much.
-
 ;; The latest version is available at:
 ;;
 ;;        <https://github.com/emacsorphanage/htmlize>

Reply via email to