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-afio.el | 1 - lib/eos/jao-tracking.el | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/eos') diff --git a/lib/eos/jao-afio.el b/lib/eos/jao-afio.el index f6f07a3..caacc8c 100644 --- a/lib/eos/jao-afio.el +++ b/lib/eos/jao-afio.el @@ -22,7 +22,6 @@ (require 'multisession) (require 'cl-lib) (require 'jao-doc-session) -(require 'jao-pdf) (defvar jao-afio-use-frames (not window-system)) (defvar jao-afio-frame-parameters nil) 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