Variable: deactivate-current-input-method-function

deactivate-current-input-method-function is a buffer-local variable defined in mule-cmds.el.gz.

Documentation

Function to call for deactivating the current input method.

Every input method should set this to an appropriate value when activated. This function is called with no argument.

This function should never change the value of current-input-method. It is set to nil by the function deactivate-input-method.

Probably introduced at or before Emacs version 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defvar-local deactivate-current-input-method-function nil
  "Function to call for deactivating the current input method.
Every input method should set this to an appropriate value when activated.
This function is called with no argument.

This function should never change the value of `current-input-method'.
It is set to nil by the function `deactivate-input-method'.")