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

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

[elpa] externals/vundo ff2a93174e 1/2: ; * vundo.el (vundo-mode): Turn o


From: ELPA Syncer
Subject: [elpa] externals/vundo ff2a93174e 1/2: ; * vundo.el (vundo-mode): Turn off jit-lock-mode the right way
Date: Tue, 20 Jun 2023 04:00:41 -0400 (EDT)

branch: externals/vundo
commit ff2a93174e9f5c117f9bcb55e4d5325d4c8e7de4
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * vundo.el (vundo-mode): Turn off jit-lock-mode the right way
---
 vundo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vundo.el b/vundo.el
index 4ad828c2d1..688db49a36 100644
--- a/vundo.el
+++ b/vundo.el
@@ -701,7 +701,7 @@ WINDOW is the window that was/is displaying the vundo 
buffer."
   (setq mode-line-format nil
         truncate-lines t
         cursor-type nil)
-  (jit-lock-mode -1)
+  (jit-lock-mode nil)
   (face-remap-add-relative 'default 'vundo-default)
 
   ;; Disable evil-mode, as normal-mode



reply via email to

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