]> code.delx.au - gnu-emacs-elpa/blobdiff - context-coloring-emacs-lisp.el
Rename variable.
[gnu-emacs-elpa] / context-coloring-emacs-lisp.el
index 7bda871a99b8bda11ad8133164a22e8bcdbc536e..71602664cff9b5ff000130958b9ca1f29f0c60a5 100644 (file)
@@ -120,7 +120,7 @@ second.")
         (1+ context-coloring-elisp-sexp-count))
   (when (and (zerop (% context-coloring-elisp-sexp-count
                        context-coloring-elisp-sexps-per-pause))
-             context-coloring-parse-interruptable-p
+             context-coloring-interruptable-p
              (input-pending-p))
     (throw 'interrupted t)))
 
@@ -697,7 +697,7 @@ It could be a quoted or backquoted expression."
      (cond
       ;; Just colorize the changed region.
       (context-coloring-changed-p
-       (let* ( ;; Prevent `beginning-of-defun' from making poor assumptions.
+       (let* (;; Prevent `beginning-of-defun' from making poor assumptions.
               (open-paren-in-column-0-is-defun-start nil)
               ;; Seek the beginning and end of the previous and next
               ;; offscreen defuns, so just enough is colored.