Function: htmlfontify-unload-rgb-file
htmlfontify-unload-rgb-file is an interactive and byte-compiled
function defined in hfy-cmap.el.gz.
Signature
(htmlfontify-unload-rgb-file)
Documentation
Unload the current color name -> rgb translation map.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/hfy-cmap.el.gz
(defun htmlfontify-unload-rgb-file ()
"Unload the current color name -> rgb translation map."
(interactive)
(setq hfy-rgb-txt-color-map nil))