Glynn Clements <glynn(a)sensei.co.uk> writes:
`make gzip-el' gzips package-get-base.el, which causes the
expression
(package-get-file-installed-p "package-get-base.el")
I don't see the point of the function `package-get-file-installed-p'
at all. It duplicates the functionality of `locate-library' for no
apparent good reason.
Why can't this test be turned into:
(locate-library "package-get-base")
and the function `package-get-file-installed-p' deleted?