From: Jackson Ray Hamilton Date: Tue, 3 May 2016 03:47:07 +0000 (-0700) Subject: Remove obsolete variables. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/e93ef843987b99afa9cd6d2a64754b7109c79171 Remove obsolete variables. --- diff --git a/context-coloring-javascript.el b/context-coloring-javascript.el index ac0bcbd18..fdf444933 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)) diff --git a/context-coloring.el b/context-coloring.el index c2d6c5d64..405a7b89c 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -185,11 +185,6 @@ it ain't." :type 'float :group 'context-coloring) -(make-obsolete-variable - 'context-coloring-delay - 'context-coloring-default-delay - "6.4.0") - (defun context-coloring-cancel-timer (timer) "Cancel TIMER." (when timer @@ -239,12 +234,6 @@ it ain't." end `(face ,(context-coloring-bounded-level-face level)))) -(make-obsolete-variable - 'context-coloring-comments-and-strings - "use `context-coloring-syntactic-comments' and - `context-coloring-syntactic-strings' instead." - "6.1.0") - (defcustom context-coloring-syntactic-comments t "If non-nil, also color comments using `font-lock'." :type 'boolean