branch: elpa/htmlize
commit 143baca39abbe2c75b21f6df2cc69496a2347317
Author: Hrvoje Niksic <[email protected]>
Commit: Hrvoje Niksic <[email protected]>
Fix the `font' method.
---
htmlize.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/htmlize.el b/htmlize.el
index ddd530a..fce72e5 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -1305,7 +1305,7 @@ it's called with the same value of KEY. All other times,
the cached
(htmlize-fstruct-foreground fstruct)
(htmlize-fstruct-background fstruct))))
-(defun htmlize-font-insert-text (fstruct-list buffer)
+(defun htmlize-font-text-markup (fstruct-list buffer)
;; In `font' mode, we use the traditional HTML means of altering
;; presentation: <font> tag for colors, <b> for bold, <u> for
;; underline, and <strike> for strike-through.