X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/4834a3fd681861d9b4583e8e6a856c9f692e7cbe..23a624ca1d40fa9cefd7229ac6152b79278a6517:/packages/flylisp/flylisp.el diff --git a/packages/flylisp/flylisp.el b/packages/flylisp/flylisp.el index 5544b0eb7..647a54334 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 ;; 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