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

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

Value

nil

Documentation

Hook run after entering or leaving unify-8859-on-encoding-mode(var)/unify-8859-on-encoding-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
;; 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)