Variable: input-method-deactivate-hook

input-method-deactivate-hook is a customizable variable defined in mule-cmds.el.gz.

Value

nil

Documentation

Normal hook run just after an input method is deactivated.

The variable current-input-method still keeps the input method name just deactivated.

This variable was added, or its default value changed, in Emacs 24.3.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defcustom input-method-deactivate-hook nil
  "Normal hook run just after an input method is deactivated.

The variable `current-input-method' still keeps the input method name
just deactivated."
  :type 'hook
  :group 'mule
  :version "24.3")