branch: elpa/htmlize commit ab479ae94b43f317c21ce63bf095a4670997af44 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix indentation --- htmlize.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htmlize.el b/htmlize.el index 2f68c3eda0..e8f5ee62bf 100644 --- a/htmlize.el +++ b/htmlize.el @@ -303,8 +303,8 @@ This variable can be also be `let' bound when running `htmlize-buffer'.") "The mode the newly created HTML buffer will be put in. Set this to nil if you prefer the default (fundamental) mode." :type '(radio (const :tag "No mode (fundamental)" nil) - (function-item html-mode) - (function :tag "User-defined major mode")) + (function-item html-mode) + (function :tag "User-defined major mode")) :group 'htmlize) (defcustom htmlize-pre-style nil @@ -403,7 +403,7 @@ https://www.iana.org/assignments/media-types/media-types.xhtml#image") ;; Not escaping '"' buys us a measurable speedup. It's only ;; necessary to quote it for strings used in attribute values, ;; which htmlize doesn't typically do. - ;(aref table ?\") """ + ;; (aref table ?\") """ ) table))