Variable: default-input-method
default-input-method is a customizable variable defined in
mule-cmds.el.gz.
Value
nil
Documentation
Default input method for multilingual text (a string).
This is the input method activated automatically by the command
toggle-input-method (C-\ (toggle-input-method)).
Probably introduced at or before Emacs version 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defcustom default-input-method nil
"Default input method for multilingual text (a string).
This is the input method activated automatically by the command
`toggle-input-method' (\\[toggle-input-method])."
:link '(custom-manual "(emacs)Input Methods")
:group 'mule
:type '(choice (const nil)
mule-input-method-string)
:set-after '(current-language-environment))