Variable: ediff-coding-system-for-write

ediff-coding-system-for-write is a customizable variable defined in ediff-init.el.gz.

Value

emacs-internal

Documentation

Coding system for write to use when writing out difference regions.

This is used when writing to temp files in buffer jobs and when Ediff needs to find fine differences.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-coding-system-for-write 'emacs-internal
  "Coding system for write to use when writing out difference regions.
This is used when writing to temp files in buffer jobs and when
Ediff needs to find fine differences."
  :type 'symbol
  :group 'ediff)