Variable: inherit-process-coding-system

inherit-process-coding-system is a variable defined in coding.c.

Value

nil

Documentation

Non-nil means process buffer inherits coding system of process output.

Bind it to t if the process output is to be treated as if it were a file read from some filesystem.

Source Code

// Defined in /usr/src/emacs/src/coding.c
  DEFVAR_BOOL ("inherit-process-coding-system", inherit_process_coding_system,
	       doc: /*
Non-nil means process buffer inherits coding system of process output.
Bind it to t if the process output is to be treated as if it were a file
read from some filesystem.  */);