inversion-add-to-load-path

inversion-add-to-load-path is a compiled Lisp function in `inversion.el'.

(inversion-add-to-load-path PACKAGE MINIMUM &optional INSTALLDIR &rest SUBDIRS)

Add the PACKAGE path to `load-path' if necessary.
MINIMUM is the minimum version requirement of PACKAGE.
Optional argument INSTALLDIR is the base directory where PACKAGE is
installed. It defaults to `default-directory'/PACKAGE.
SUBDIRS are sub-directories to add to `load-path', following the main
INSTALLDIR path.