vedang / pdf-tools

Emacs support library for PDF files.
https://pdftools.wiki
GNU General Public License v3.0
590 stars 83 forks source link

Fix pdf-loader-install calling pdf-tools-install with wrong args #267

Closed bcc32 closed 3 months ago

bcc32 commented 4 months ago

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.

vedang commented 3 months ago

Merged, thank you