X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/f9a2481ae3b76685bf9a2371e0f6638dcb477203..3007b2917d71a7d66eb94876536dfd80b0661d40:/context-coloring-javascript.el diff --git a/context-coloring-javascript.el b/context-coloring-javascript.el index ac0bcbd18..d145184be 100644 --- a/context-coloring-javascript.el +++ b/context-coloring-javascript.el @@ -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."