Variable: ediff-skip-diff-region-function

ediff-skip-diff-region-function is a buffer-local variable defined in ediff-init.el.gz.

Documentation

Function that determines the next/previous diff region to show.

Should return t for regions to be ignored and nil otherwise. This function gets a region number as an argument. The region number is the one used internally by Ediff. It is 1 less than the number seen by the user.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
;; Selective browsing

(ediff-defvar-local ediff-skip-diff-region-function #'ediff-show-all-diffs
  "Function that determines the next/previous diff region to show.
Should return t for regions to be ignored and nil otherwise.
This function gets a region number as an argument.  The region number
is the one used internally by Ediff.  It is 1 less than the number seen
by the user.")