branch: elpa/eat
commit 3fcf128840eeac844aed0962f03af1fdf14c7c3f
Author: Akib Azmain Turja <a...@disroot.org>
Commit: Akib Azmain Turja <a...@disroot.org>

    ; * eat.el (eat-mode): Fix mode line
---
 eat.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eat.el b/eat.el
index 2b67ea9193..556b9e283f 100644
--- a/eat.el
+++ b/eat.el
@@ -6256,7 +6256,7 @@ mouse-3: Switch to char mode"
                 '(" "
                   (:propertize
                    (:eval
-                    (when-let* (((eat--terminal))
+                    (when-let* ((eat--terminal)
                                 (title (eat-term-title eat--terminal))
                                 ((not (string-empty-p title))))
                       (format "(%s)" (string-replace "%" "%%"

Reply via email to