summaryrefslogtreecommitdiffhomepage
path: root/lib
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
parent8ace7559e9590b1989efaf730fa8e5b134c95c81 (diff)
downloadelibs-8d78fe1da6ef29ae1394b40f20857acf7093d82b.tar.gz
elibs-8d78fe1da6ef29ae1394b40f20857acf7093d82b.tar.bz2
nits
Diffstat (limited to 'lib')
-rw-r--r--lib/eos/jao-afio.el1
-rw-r--r--lib/net/jao-eww-session.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el
index 0f17d44..14794fd 100644
--- a/lib/eos/jao-afio.el
+++ b/lib/eos/jao-afio.el
@@ -127,6 +127,7 @@
(interactive)
(if (or (null jao-afio-mail-function) (eq 'gnus jao-afio-mail-function))
(jao-afio-open-gnus)
+ (calendar)
(jao-trisect)
(other-window 2)
(delete-window)
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)))