Variable: unify-8859-on-decoding-mode-hook

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

Value

nil

Documentation

Hook run after entering or leaving unify-8859-on-decoding-mode(var)/unify-8859-on-decoding-mode(fun).

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(define-minor-mode unify-8859-on-decoding-mode
  "Exists only for backwards compatibility."
  :group 'mule
  :global t)