diff options
Diffstat (limited to 'lib/doc')
-rw-r--r-- | lib/doc/jao-pdf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/doc/jao-pdf.el b/lib/doc/jao-pdf.el index 6274cbb..184bb95 100644 --- a/lib/doc/jao-pdf.el +++ b/lib/doc/jao-pdf.el @@ -105,7 +105,7 @@ The result is cached as a local buffer variable." (file (jao-org-pdf-to-org-file pdf-file)) (page (cadr info)) (pageno (or (car (last info)) page))) - (ignore-errors (jao-afio--goto-docs)) + (ignore-errors (jao-afio-goto-docs)) (let ((exists (file-exists-p file))) (find-file file) (unless exists (jao-org-insert-doc-skeleton)) |