Function: highlight-quoted--turn-off
highlight-quoted--turn-off is a byte-compiled function defined in
highlight-quoted.el.
Signature
(highlight-quoted--turn-off)
Documentation
Tear down highlight-quoted-mode(var)/highlight-quoted-mode(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/highlight-quoted-20140916.1822/highlight-quoted.el
(defun highlight-quoted--turn-off ()
"Tear down `highlight-quoted-mode'."
(when highlight-quoted--buffer-keywords
(font-lock-remove-keywords nil highlight-quoted--buffer-keywords)
(kill-local-variable 'highlight-quoted--buffer-keywords)))