Function: ansi-color-map-update
ansi-color-map-update is a byte-compiled function defined in
ansi-color.el.gz.
This function is obsolete since 28.1; you can remove it.
Signature
(ansi-color-map-update SYMBOL VALUE)
Documentation
Update ansi-color-map.
This function is obsolete, and no longer needed to use ansi-color.
Source Code
;; Defined in /usr/src/emacs/lisp/ansi-color.el.gz
(defun ansi-color-map-update (symbol value)
"Update `ansi-color-map'.
This function is obsolete, and no longer needed to use ansi-color."
(set-default symbol value)
(with-no-warnings
(setq ansi-color-map (ansi-color-make-color-map))))