branch: externals/jinx
commit 647543b5e1ebf722f8ac242720050f896fc98ae2
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Use next-single-property-change when scanning for jinx--pending
---
 jinx.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jinx.el b/jinx.el
index f74c717275..2abb7eb918 100644
--- a/jinx.el
+++ b/jinx.el
@@ -422,7 +422,7 @@ FLAG must be t or nil."
               (eq flag
                   (not (and (get-text-property start 'jinx--pending)
                             (not (invisible-p start))))))
-    (let ((next (next-single-char-property-change
+    (let ((next (next-single-property-change
                  start 'jinx--pending nil
                  (next-single-char-property-change start 'invisible nil end))))
       ;; END can be outside the buffer if the buffer size has changed in

Reply via email to