From 45c15fdd38c0b9dde8099813137b2ebdea3ca3bc Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 7 Sep 2026 10:58:37 +0100 Subject: misc fixes --- lib/eos/jao-tracking.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/eos/jao-tracking.el') diff --git a/lib/eos/jao-tracking.el b/lib/eos/jao-tracking.el index 6ee04bd..4cf80c1 100644 --- a/lib/eos/jao-tracking.el +++ b/lib/eos/jao-tracking.el @@ -93,7 +93,7 @@ (defun jao-tracking-set-log (v) (when (fboundp 'x-change-window-property) (x-change-window-property "_EMACS_LOG" v nil nil nil nil 0)) - (if jao-wayland-enabled + (if (bound-and-true-p jao-wayland-enabled) (let ((inhibit-message t)) (shell-command (format "echo \"%s\" > %s" v jao-tracking--pipe))) (let* ((action (if (string-blank-p v) "remove" "add")) -- cgit v1.2.3