branch: externals/vundo
commit ff2a93174e9f5c117f9bcb55e4d5325d4c8e7de4
Author: Yuan Fu <caso...@gmail.com>
Commit: Yuan Fu <caso...@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