]> code.delx.au - gnu-emacs-elpa/commitdiff
Trivial cleanup.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 3 May 2016 03:49:31 +0000 (20:49 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 3 May 2016 03:49:31 +0000 (20:49 -0700)
context-coloring-emacs-lisp.el
context-coloring-javascript.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.
index fdf4449336b430a2b845fe336b19c339f00faa79..d145184be63f8c1ae007902acaa644137822f661 100644 (file)
@@ -138,7 +138,6 @@ this for ES6 code; disable it elsewhere."
    "\\)")
   "Match a comment body hinting at a Node.js program.")
 
-;; TODO: Add ES6 module detection.
 (defun context-coloring-js2-top-level-local-p ()
   "Guess whether top-level variables are local.
 For instance, the current file could be a Node.js program."