Variable: coding-system-require-warning

coding-system-require-warning is a variable defined in coding.c.

Value

nil

Documentation

Internal use only.

If non-nil, on writing a file, select-safe-coding-system-function is called even if coding-system-for-write is non-nil. The command universal-coding-system-argument binds this variable to t temporarily.

View in manual

Source Code

// Defined in /usr/src/emacs/src/coding.c
  DEFVAR_BOOL ("coding-system-require-warning",
	       coding_system_require_warning,
	       doc: /* Internal use only.
If non-nil, on writing a file, `select-safe-coding-system-function' is
called even if `coding-system-for-write' is non-nil.  The command
`universal-coding-system-argument' binds this variable to t temporarily.  */);