(html2text-clean-anchor): Mark unused arg.
;; <Global variables>
;;
-(eval-when-compile
- (require 'cl))
(defvar html2text-format-single-element-list '(("hr" . html2text-clean-hr)))
(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.