From e93ef843987b99afa9cd6d2a64754b7109c79171 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Mon, 2 May 2016 20:47:07 -0700 Subject: [PATCH] Remove obsolete variables. --- context-coloring-javascript.el | 5 ----- context-coloring.el | 11 ----------- 2 files changed, 16 deletions(-) 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 -- 2.39.2