Variable: emerge-diff-ok-lines-regexp

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

Value

"^\\([0-9,]+[acd][0-9,]+$\\|[<>] \\|---\\)"

Documentation

Regexp that matches normal output lines from emerge-diff-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-diff-ok-lines-regexp
  "^\\([0-9,]+[acd][0-9,]+$\\|[<>] \\|---\\)"
  "Regexp that matches normal output lines from `emerge-diff-program'.
Lines that do not match are assumed to be error messages."
  :type 'regexp)