Function: sieve-highlight
sieve-highlight is a byte-compiled function defined in sieve.el.gz.
Signature
(sieve-highlight ON)
Documentation
Turn ON or off highlighting on the current language overlay.
Source Code
;; Defined in /usr/src/emacs/lisp/net/sieve.el.gz
(defun sieve-highlight (on)
"Turn ON or off highlighting on the current language overlay."
(overlay-put (car (overlays-at (point))) 'face (if on 'highlight 'default)))