diff options
author | jao <jao@gnu.org> | 2022-04-18 00:01:24 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-04-18 00:01:24 +0100 |
commit | 286934e3ed238a2ee8c6137568742e917bc44d97 (patch) | |
tree | cbaa2e8103f097e098f380ad5cdc2ad09e296789 /lib/eos | |
parent | bc73fd3f9e2f10ae22cd72d478ceea0143c37b32 (diff) | |
download | elibs-286934e3ed238a2ee8c6137568742e917bc44d97.tar.gz elibs-286934e3ed238a2ee8c6137568742e917bc44d97.tar.bz2 |
epub files in doc session
Diffstat (limited to 'lib/eos')
-rw-r--r-- | lib/eos/jao-afio.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index 470981d..28e6f67 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -86,7 +86,7 @@ (delete-other-windows) (split-window-right) (let ((docs (cl-remove-if-not (lambda (b) - (with-current-buffer b (jao-doc-view--is-pdf))) + (with-current-buffer b (jao-doc-view--is-doc))) (buffer-list)))) (if (car docs) (progn (switch-to-buffer (car docs)) |