branch: elpa/htmlize
commit bad6391ff5dd2089de3b67f02567d57782db161e
Author: Hrvoje Niksic <[email protected]>
Commit: Hrvoje Niksic <[email protected]>

    Look for PROP.
---
 htmlize.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htmlize.el b/htmlize.el
index 6fde54b..2a15f26 100644
--- a/htmlize.el
+++ b/htmlize.el
@@ -652,7 +652,7 @@ list."
   (let ((pos beg))
     (while (< pos end)
       (let ((value (get-char-property pos prop))
-            (next-change (htmlize-next-change pos 'display end)))
+            (next-change (htmlize-next-change pos prop end)))
         (when value
           (put-text-property (- pos beg) (- next-change beg)
                              prop value string))

Reply via email to