]> code.delx.au - gnu-emacs-elpa/blobdiff - context-coloring-emacs-lisp.el
Reorganize files.
[gnu-emacs-elpa] / context-coloring-emacs-lisp.el
index 7bda871a99b8bda11ad8133164a22e8bcdbc536e..e2556e5976b9a3ae8a659f0c139e1bb99967e888 100644 (file)
@@ -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.