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

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

[elpa] 11/16: * packages/flylisp/flylisp.el (jit-lock-start): Declare.


From: Stefan Monnier
Subject: [elpa] 11/16: * packages/flylisp/flylisp.el (jit-lock-start): Declare.
Date: Wed, 15 Oct 2014 21:05:58 +0000

monnier pushed a commit to branch master
in repository elpa.

commit e32b738dfcfd28c65a7136a179d603723baa176b
Author: Stefan Monnier <address@hidden>
Date:   Wed Oct 15 16:41:00 2014 -0400

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

diff --git a/packages/flylisp/flylisp.el b/packages/flylisp/flylisp.el
index 5544b0e..647a543 100644
--- a/packages/flylisp/flylisp.el
+++ b/packages/flylisp/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 <address@hidden>
 ;; 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]