]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove obsolete variables.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 3 May 2016 03:47:07 +0000 (20:47 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 3 May 2016 03:47:07 +0000 (20:47 -0700)
context-coloring-javascript.el
context-coloring.el

index ac0bcbd1893db428f56355074692243814a3d929..fdf4449336b430a2b845fe336b19c339f00faa79 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))
index c2d6c5d647432bbb45e790204a723c13a538b437..405a7b89cd58a5088ea58b9b33ca0a7cf71d9b4e 100644 (file)
@@ -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