Variable: load-path-shadows-compare-text

load-path-shadows-compare-text is a customizable variable defined in shadow.el.gz.

Value

nil

Documentation

If non-nil, then shadowing files are reported only if their text differs.

This is slower, but filters out some innocuous shadowing.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/shadow.el.gz
(defcustom load-path-shadows-compare-text nil
  "If non-nil, then shadowing files are reported only if their text differs.
This is slower, but filters out some innocuous shadowing."
  :type 'boolean)