Variable: ediff-after-flag-eol
ediff-after-flag-eol is a customizable variable defined in
ediff-init.el.gz.
Value
"<<-"
Documentation
Flag placed after highlighted block of differences that ends at end of line.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-after-flag-eol "<<-"
"Flag placed after highlighted block of differences that ends at end of line."
:type 'string
:tag "Region after-flag at end of line"
:group 'ediff)