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

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

[elpa] externals/indent-bars 40922e25a7 2/5: font-lock-inhibit: correct


From: ELPA Syncer
Subject: [elpa] externals/indent-bars 40922e25a7 2/5: font-lock-inhibit: correct spelling for font-lock + ib backend
Date: Sat, 28 Sep 2024 15:58:17 -0400 (EDT)

branch: externals/indent-bars
commit 40922e25a777a9315333fc5238a6f193ea5daacc
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: JD Smith <93749+jdtsmith@users.noreply.github.com>

    font-lock-inhibit: correct spelling for font-lock + ib backend
    
    Actually now enables font-lock inhibiting bar redraw on unaltered
    text.
---
 indent-bars-ts.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indent-bars-ts.el b/indent-bars-ts.el
index 88ceaa4889..150aa7aedb 100644
--- a/indent-bars-ts.el
+++ b/indent-bars-ts.el
@@ -451,7 +451,7 @@ This sets up jit-lock and font-lock to record our special
 due to edits or contextual fontification."
   (unless (eq font-lock-fontify-buffer-function 
'indent-bars-ts--fontify-buffer)
     (setq-local indent-bars-ts--orig-fontify-buffer 
font-lock-fontify-buffer-function))
-  (setq-local indent-bars--inhibit-font-lock 
#'indent-bars-ts--font-lock-inhibit
+  (setq-local indent-bars--font-lock-inhibit 
#'indent-bars-ts--font-lock-inhibit
              font-lock-fontify-buffer-function 
#'indent-bars-ts--fontify-buffer)
   ;; We must mark the fontified=nil from after-change and contextual
   (add-hook 'jit-lock-after-change-extend-region-functions



reply via email to

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