branch: elpa/htmlize commit 1ff91e89b0f4fb3d228eb619dcfb7230a58d10c7 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Move a few lonely closing parentheses to the previous line --- htmlize.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/htmlize.el b/htmlize.el index 96f2eb86ff..d4dfa85ac0 100644 --- a/htmlize.el +++ b/htmlize.el @@ -331,8 +331,7 @@ output.") (defvar htmlize-buffer-places) (defconst htmlize-image-mime-type-alist - '((svg . "svg+xml") - ) + '((svg . "svg+xml")) "Alist mapping Emacs image types to Mime media types. https://www.iana.org/assignments/media-types/media-types.xhtml#image") @@ -1351,8 +1350,7 @@ it's called with the same value of KEY. All other times, the cached nil ; no doc-string ;; Note that the `font' output is technically invalid under this DTD ;; because the DTD doesn't allow embedding <font> in <pre>. - "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\">" - ) + "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\">") (defun htmlize-default-body-tag (face-map) nil ; no doc-string