Function: ansi-color-set-extent-face

ansi-color-set-extent-face is a byte-compiled function defined in ansi-color.el.gz.

This function is obsolete since 27.1; use overlay-put instead.

Signature

(ansi-color-set-extent-face EXTENT FACE)

Documentation

Set the face property of EXTENT to FACE.

Source Code

;; Defined in /usr/src/emacs/lisp/ansi-color.el.gz
(defun ansi-color-set-extent-face (extent face)
  "Set the `face' property of EXTENT to FACE."
  (declare (obsolete overlay-put "27.1"))
  (overlay-put extent 'face face))