emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/htmlize 143baca 048/134: Fix the `font' method.


From: ELPA Syncer
Subject: [nongnu] elpa/htmlize 143baca 048/134: Fix the `font' method.
Date: Sat, 7 Aug 2021 09:17:04 -0400 (EDT)

branch: elpa/htmlize
commit 143baca39abbe2c75b21f6df2cc69496a2347317
Author: Hrvoje Niksic <hniksic@gmail.com>
Commit: Hrvoje Niksic <hniksic@gmail.com>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]