Variable: enriched-ignore

enriched-ignore is a variable defined in enriched.el.gz.

Value

(front-sticky rear-nonsticky hard)

Documentation

Properties that are OK to ignore when saving text/enriched files.

Any property that is neither on this list nor dealt with by enriched-translations will generate a warning.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/enriched.el.gz
(defconst enriched-ignore
  '(front-sticky rear-nonsticky hard)
  "Properties that are OK to ignore when saving text/enriched files.
Any property that is neither on this list nor dealt with by
`enriched-translations' will generate a warning.")