Variable: exit-language-environment-hook

exit-language-environment-hook is a customizable variable defined in mule-cmds.el.gz.

Value

nil

Documentation

Normal hook run after exiting from some language environment.

When this hook is run, the variable current-language-environment is still bound to the language environment being exited.

This hook is mainly used for canceling the effect of set-language-environment-hook (which see).

View in manual

Probably introduced at or before Emacs version 20.3.

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defcustom exit-language-environment-hook nil
  "Normal hook run after exiting from some language environment.
When this hook is run, the variable `current-language-environment'
is still bound to the language environment being exited.

This hook is mainly used for canceling the effect of
`set-language-environment-hook' (which see)."
  :type 'hook
  :group 'mule)