I noticed that pdf-loader-install was causing epdfinfo to be
compiled immediately upon loading a pdf file, whereas
pdf-tools-install prompts the user before doing that, if called with
no arguments.
This PR fixes the inconsistency by passing the arguments correctly.
I noticed that
pdf-loader-install
was causing epdfinfo to be compiled immediately upon loading a pdf file, whereaspdf-tools-install
prompts the user before doing that, if called with no arguments.This PR fixes the inconsistency by passing the arguments correctly.