Variable: default-keyboard-coding-system
default-keyboard-coding-system is a variable defined in mule.el.gz.
Value
nil
Documentation
Default value of the keyboard coding system.
This is normally set according to the selected language environment.
See also the command set-keyboard-coding-system.
Source Code
;; Defined in /usr/src/emacs/lisp/international/mule.el.gz
(defvar default-keyboard-coding-system nil
"Default value of the keyboard coding system.
This is normally set according to the selected language environment.
See also the command `set-keyboard-coding-system'.")