Variable: set-language-environment-hook

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

Value

nil

Documentation

Normal hook run after some language environment is set.

When you set some hook function here, that effect usually should not be inherited to another language environment. So, you had better set another function in exit-language-environment-hook (which see) to cancel the effect.

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 set-language-environment-hook nil
  "Normal hook run after some language environment is set.

When you set some hook function here, that effect usually should not
be inherited to another language environment.  So, you had better set
another function in `exit-language-environment-hook' (which see) to
cancel the effect."
  :type 'hook
  :group 'mule)