X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/a9b988e71580169643cb2ea023cf0bb71e763853..e93ef843987b99afa9cd6d2a64754b7109c79171:/context-coloring.el 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