diff options
author | jao <jao@gnu.org> | 2021-04-17 02:41:57 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-17 02:41:57 +0100 |
commit | 45bf5ca9f1ab4fcec6388ba9624e6eac719e0b24 (patch) | |
tree | a5aa1c1a1a634ac964bb5b189b0c34d58bcaddeb /lib/doc | |
parent | d82155d445a9c1f4630d2b667cd91f57730fa458 (diff) | |
download | elibs-45bf5ca9f1ab4fcec6388ba9624e6eac719e0b24.tar.gz elibs-45bf5ca9f1ab4fcec6388ba9624e6eac719e0b24.tar.bz2 |
nits
Diffstat (limited to 'lib/doc')
-rw-r--r-- | lib/doc/jao-doc-view.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/doc/jao-doc-view.el b/lib/doc/jao-doc-view.el index 0687518..058fc04 100644 --- a/lib/doc/jao-doc-view.el +++ b/lib/doc/jao-doc-view.el @@ -64,8 +64,7 @@ (when-let (fn (and (not (equalp cb b)) (jao-doc-view--is-pdf))) (add-to-list 'docs fn)))) (when (> (length docs) 0) - (jao-doc-view--save-to-file jao-doc-view-session-file docs) - (message "%s docs saved" (length docs))))) + (jao-doc-view--save-to-file jao-doc-view-session-file docs)))) (defun jao-doc-view--save-session-1 () (when (jao-doc-view--is-pdf) (jao-doc-view-save-session t))) |