Variable: ediff-cmp-options

ediff-cmp-options is a customizable variable defined in ediff-diff.el.gz.

Value

nil

Documentation

Options to pass to ediff-cmp-program.

If GNU diff is used as ediff-cmp-program, then the most useful options are -I REGEXP, to ignore changes whose lines match the REGEXP.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-diff.el.gz
(defcustom ediff-cmp-options nil
  "Options to pass to `ediff-cmp-program'.
If GNU diff is used as `ediff-cmp-program', then the most useful options
are `-I REGEXP', to ignore changes whose lines match the REGEXP."
  :type '(repeat string))