[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jinx 663eb176fd: jinx--force-overlays: Use start and en
From: |
ELPA Syncer |
Subject: |
[elpa] externals/jinx 663eb176fd: jinx--force-overlays: Use start and end boundaries for fontification (Fix #79) |
Date: |
Thu, 25 May 2023 07:58:28 -0400 (EDT) |
branch: externals/jinx
commit 663eb176fd1b1cbdd5aa8664bbf058fa757074fd
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
jinx--force-overlays: Use start and end boundaries for fontification (Fix
#79)
---
jinx.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jinx.el b/jinx.el
index e0a8840b0d..48adda1dca 100644
--- a/jinx.el
+++ b/jinx.el
@@ -473,7 +473,7 @@ If CHECK is non-nil, always check first."
(progn
(let (set-message-function) ;; bug#63253: Broken `with-delayed-message'
(with-delayed-message (1 "Fontifying...")
- (jinx--in-base-buffer #'jit-lock-fontify-now))
+ (jinx--in-base-buffer #'jit-lock-fontify-now start end))
(with-delayed-message (1 "Checking...")
(jinx--check-region start end)))
(jinx--get-overlays start end visible))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/jinx 663eb176fd: jinx--force-overlays: Use start and end boundaries for fontification (Fix #79),
ELPA Syncer <=