Variable: ediff-keep-variants
ediff-keep-variants is a customizable variable defined in
ediff-init.el.gz.
Value
t
Documentation
Nil means prompt to remove unmodified buffers A/B/C at session end.
Supplying a prefix argument to the quit command \q temporarily
reverses the meaning of this variable.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-keep-variants t
"Nil means prompt to remove unmodified buffers A/B/C at session end.
Supplying a prefix argument to the quit command \\`q' temporarily
reverses the meaning of this variable."
:type 'boolean
:group 'ediff)