Variable: emerge-diff3-ok-lines-regexp
emerge-diff3-ok-lines-regexp is a customizable variable defined in
emerge.el.gz.
Value
"^\\([1-3]:\\|====\\| \\)"
Documentation
Regexp that matches normal output lines from emerge-diff3-program.
Lines that do not match are assumed to be error messages.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/emerge.el.gz
(defcustom emerge-diff3-ok-lines-regexp
"^\\([1-3]:\\|====\\| \\)"
"Regexp that matches normal output lines from `emerge-diff3-program'.
Lines that do not match are assumed to be error messages."
:type 'regexp)