Variable: default-terminal-coding-system

default-terminal-coding-system is a variable defined in mule.el.gz.

Value

nil

Documentation

Default value for the terminal coding system.

This is normally set according to the selected language environment. See also the command set-terminal-coding-system.

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule.el.gz
(defvar default-terminal-coding-system nil
  "Default value for the terminal coding system.
This is normally set according to the selected language environment.
See also the command `set-terminal-coding-system'.")