summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lib/eos/jao-dirmon.el2
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))))