diff options
author | jao <jao@gnu.org> | 2022-09-02 02:39:21 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-09-02 02:39:21 +0100 |
commit | e731fd6070b63617dfdbf27785443d79704d38f0 (patch) | |
tree | bfac75f7f59d77fdf76f9df634d83339c14defa0 /lib/eos | |
parent | 12774828a4b540a645c69104db0cf0c7baca2395 (diff) | |
download | elibs-e731fd6070b63617dfdbf27785443d79704d38f0.tar.gz elibs-e731fd6070b63617dfdbf27785443d79704d38f0.tar.bz2 |
jao-dirmon: fix
Diffstat (limited to 'lib/eos')
-rw-r--r-- | lib/eos/jao-dirmon.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-dirmon.el b/lib/eos/jao-dirmon.el index 648d207..ad90038 100644 --- a/lib/eos/jao-dirmon.el +++ b/lib/eos/jao-dirmon.el @@ -53,7 +53,7 @@ (push c high)))) (setq jao-dirmon-last-delta high) (let ((prompt (format "High deltas since %s: %s. Save state?" - (c-a-r old) high))) + (car old) high))) (when (y-or-n-p prompt) (setf (multisession-value jao-dirmon-last) (cons (current-time-string) current)))) |