Variable: ediff-diff3-ok-lines-regexp

ediff-diff3-ok-lines-regexp is a customizable variable defined in ediff-diff.el.gz.

Value

"^\\([1-3]:\\|====\\|  \\|.*Warning *:\\|.*No newline\\|.*missing newline\\|^
$\\)"

Documentation

Regexp that matches normal output lines from ediff-diff3-program.

Lines that do not match are assumed to be error messages.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-diff.el.gz
(defcustom ediff-diff3-ok-lines-regexp
  "^\\([1-3]:\\|====\\|  \\|.*Warning *:\\|.*No newline\\|.*missing newline\\|^\C-m$\\)"
  "Regexp that matches normal output lines from `ediff-diff3-program'.
Lines that do not match are assumed to be error messages."
  :type 'regexp)