Function: unify-8859-on-encoding-mode
unify-8859-on-encoding-mode is an interactive and byte-compiled
function defined in mule-cmds.el.gz.
This command is obsolete since 23.1; don't use it.
Signature
(unify-8859-on-encoding-mode &optional ARG)
Documentation
Exists only for backwards compatibility.
This is a minor mode. If called interactively, toggle the
Unify-8859-On-Encoding mode mode. If the prefix argument is
positive, enable the mode, and if it is zero or negative, disable the
mode.
If called from Lisp, toggle the mode if ARG is toggle. Enable the
mode if ARG is nil, omitted, or is a positive number. Disable the
mode if ARG is a negative number.
To check whether the minor mode is enabled in the current buffer,
evaluate (default-value \=unify-8859-on-encoding-mode)'.
The mode's hook is called both when the mode is enabled and when it is disabled.
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)