Variable: unify-8859-on-encoding-mode

unify-8859-on-encoding-mode is a customizable variable defined in mule-cmds.el.gz.

Value

nil

Documentation

Non-nil if Unify-8859-On-Encoding mode is enabled.

See the unify-8859-on-encoding-mode(var)/unify-8859-on-encoding-mode(fun) command for a description of this minor mode.

Probably introduced at or before Emacs version 21.3.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
;; Backwards compatibility.  These might be better with :init-value t,
;; but that breaks loadup.
(define-minor-mode unify-8859-on-encoding-mode
  "Exists only for backwards compatibility."
  :group 'mule
  :global t)