diff options
-rw-r--r-- | lisp/obsolete/html2text.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/obsolete/html2text.el b/lisp/obsolete/html2text.el index 27560a70c63..f60b04a4044 100644 --- a/lisp/obsolete/html2text.el +++ b/lisp/obsolete/html2text.el @@ -38,8 +38,6 @@ ;; <Global variables> ;; -(eval-when-compile - (require 'cl)) (defvar html2text-format-single-element-list '(("hr" . html2text-clean-hr))) @@ -300,7 +298,7 @@ formatting, and then moved afterward.") (defun html2text-clean-blockquote (p1 p2 p3 p4) (html2text-delete-tags p1 p2 p3 p4)) -(defun html2text-clean-anchor (p1 p2 p3 p4) +(defun html2text-clean-anchor (p1 p2 _p3 p4) ;; If someone can explain how to make the URL clickable I will surely ;; improve upon this. ;; Maybe `goto-addr.el' can be used here. |