emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master e93ef84 14/25: Remove obsolete variables.


From: Jackson Ray Hamilton
Subject: [elpa] master e93ef84 14/25: Remove obsolete variables.
Date: Mon, 30 May 2016 22:10:45 +0000 (UTC)

branch: master
commit e93ef843987b99afa9cd6d2a64754b7109c79171
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    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 ac0bcbd..fdf4449 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 c2d6c5d..405a7b8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]