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

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

[elpa] externals/flylisp b76c693 4/5: * packages/flylisp/flylisp.el (jit


From: Stefan Monnier
Subject: [elpa] externals/flylisp b76c693 4/5: * packages/flylisp/flylisp.el (jit-lock-start): Declare.
Date: Tue, 1 Dec 2020 15:57:28 -0500 (EST)

branch: externals/flylisp
commit b76c69312d1b29679a2b1295e0fa07e7653ed3ba
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * packages/flylisp/flylisp.el (jit-lock-start): Declare.
---
 flylisp.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/flylisp.el b/flylisp.el
index 5544b0e..647a543 100644
--- a/flylisp.el
+++ b/flylisp.el
@@ -1,6 +1,6 @@
 ;;; flylisp.el --- Color unbalanced parentheses and parentheses inconsistent 
with indentation -*- lexical-binding: t; -*-
 
-;; Copyright (C) 2013  Free Software Foundation, Inc.
+;; Copyright (C) 2013-2014  Free Software Foundation, Inc.
 
 ;; Author: Barry O'Reilly <gundaetiapo@gmail.com>
 ;; Version: 0.2
@@ -472,6 +472,8 @@ next in the list. This is used to scan-lists efficiently."
                                 rear-nonsticky nil))
       (forward-char 1))))
 
+(defvar jit-lock-start)
+
 (defsubst flylisp-extend-region-after-change (start _end _old-len)
   ;; It seems redisplay works its way from before start to after end,
   ;; so it's more important to expand the start in order to get



reply via email to

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