diff options
author | jao <jao@gnu.org> | 2022-09-02 02:37:20 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-02 02:37:20 +0100 |
commit | 2c6afef1f6bb75097bd192ccb8a88489da4eb063 (patch) | |
tree | 656149d9ccab329a71780fb71f8265e100b588f8 /lib/doc | |
parent | 68d9a048cdd05d19fe79f87a2ec32dde14fd282b (diff) | |
download | elibs-2c6afef1f6bb75097bd192ccb8a88489da4eb063.tar.gz elibs-2c6afef1f6bb75097bd192ccb8a88489da4eb063.tar.bz2 |
afio frame toggling and clean-ups
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)) |