]> code.delx.au - gnu-emacs-elpa/blobdiff - context-coloring-javascript.el
Version 8.0.1.
[gnu-emacs-elpa] / context-coloring-javascript.el
index ac0bcbd1893db428f56355074692243814a3d929..d145184be63f8c1ae007902acaa644137822f661 100644 (file)
@@ -42,11 +42,6 @@ this for ES6 code; disable it elsewhere."
   :safe #'booleanp
   :group 'context-coloring)
 
-(make-obsolete-variable
- 'context-coloring-js-block-scopes
- 'context-coloring-javascript-block-scopes
- "7.0.0")
-
 (defsubst context-coloring-js2-scope-level (scope initial)
   "Return the level of SCOPE, starting from INITIAL."
   (cond ((gethash scope context-coloring-js2-scope-level-hash-table))
@@ -143,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."