Variable: ediff-backup-extension

ediff-backup-extension is a customizable variable defined in ediff-ptch.el.gz.

Value

".orig"

Documentation

Backup extension used by the patch program.

See also ediff-backup-specs.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-ptch.el.gz
(defcustom ediff-backup-extension ediff-default-backup-extension
  "Backup extension used by the patch program.
See also `ediff-backup-specs'."
  :type 'string)