Function: enriched-encode-other-face
enriched-encode-other-face is a byte-compiled function defined in
enriched.el.gz.
Signature
(enriched-encode-other-face OLD NEW)
Documentation
Generate annotations for random face change.
One annotation each for foreground color, background color, italic, etc.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/enriched.el.gz
(defun enriched-encode-other-face (old new)
"Generate annotations for random face change.
One annotation each for foreground color, background color, italic, etc."
(cons (and old (enriched-face-ans old))
(and new (enriched-face-ans new))))