Closed kaushalmodi closed 8 years ago
This PR removes the requirement that pdf-tools (and thus pdf-view) be loaded first.
pdf-tools
pdf-view
After the pdf-view functions are referred to only after loading pdf-view, we do not need the function declarations too.
Thanks for cleaning this up.
This PR removes the requirement that
pdf-tools
(and thuspdf-view
) be loaded first.After the
pdf-view
functions are referred to only after loadingpdf-view
, we do not need the function declarations too.