Function: find-emacs-lisp-shadows

find-emacs-lisp-shadows is a for load-path-shadows-find, defined in shadow.el.gz.

This function is obsolete since 23.3; use load-path-shadows-find instead.

Signature

(find-emacs-lisp-shadows &optional PATH)

Documentation

Return a list of Emacs Lisp files that create shadows.

This function does the work for list-load-path-shadows.

We traverse PATH looking for shadows, and return a (possibly empty) even-length list of files. A file in this list at position 2i shadows the file in position 2i+1. Emacs Lisp file suffixes (.el and .elc) are stripped from the file names in the list.

See the documentation for list-load-path-shadows for further information.

Aliases

find-emacs-lisp-shadows (obsolete since 23.3)