summaryrefslogtreecommitdiffhomepage
path: root/lib/net/jao-eww-session.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-20 17:27:02 +0100
committerjao <jao@gnu.org>2021-04-20 17:27:02 +0100
commit8d78fe1da6ef29ae1394b40f20857acf7093d82b (patch)
tree67034f9ae27155f589e4a480f280670a0032e4c1 /lib/net/jao-eww-session.el
parent8ace7559e9590b1989efaf730fa8e5b134c95c81 (diff)
downloadelibs-8d78fe1da6ef29ae1394b40f20857acf7093d82b.tar.gz
elibs-8d78fe1da6ef29ae1394b40f20857acf7093d82b.tar.bz2
nits
Diffstat (limited to 'lib/net/jao-eww-session.el')
-rw-r--r--lib/net/jao-eww-session.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/jao-eww-session.el b/lib/net/jao-eww-session.el
index 31ff858..b0dfc46 100644
--- a/lib/net/jao-eww-session.el
+++ b/lib/net/jao-eww-session.el
@@ -183,7 +183,7 @@ the session is already displayed in a eww tab, jao-eww-session can:
(defun jao-eww-session--save-backup (&optional skip)
(let ((f (jao-eww-session--backup-name jao-eww-session-file)))
- (jao-eww-session--to--file f skip)))
+ (jao-eww-session--to--file f t skip)))
(defun jao-eww-session--save-backup-1 ()
(when (derived-mode-p 'eww-mode) (jao-eww-session--save-backup t)))