summaryrefslogtreecommitdiffhomepage
path: root/lib/eos/jao-tracking.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/eos/jao-tracking.el')
-rw-r--r--lib/eos/jao-tracking.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/eos/jao-tracking.el b/lib/eos/jao-tracking.el
index 2af868c..280e9fb 100644
--- a/lib/eos/jao-tracking.el
+++ b/lib/eos/jao-tracking.el
@@ -1,6 +1,6 @@
;; jao-minibuffer-tracking.el --- Tracking notifications -*- lexical-binding: t; -*-
-;; Copyright (C) 2021, 2022, 2024 jao
+;; Copyright (C) 2021, 2022, 2024, 2026 jao
;; Author: jao <mail@jao.io>
;; Keywords: convenience
@@ -105,7 +105,7 @@
`(:propertize ,(plist-get s :propertize)
face
(jao-tracking-minibuffer
- ,@(when-let ((f (plist-get s 'face)))
+ ,@(when-let* ((f (plist-get s 'face)))
(jao-tracking-set-log " * ")
(list f))))
`(:propertize "|" face jao-tracking-minibuffer-sep)))