From d86755820c21ae717adb13f4894a12b1332fb2a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Fri, 14 Jul 2023 18:47:08 +0200 Subject: [PATCH] ; * lisp/vc/ediff-wind.el: hush bytecomp warnings on non-X platforms --- lisp/vc/ediff-wind.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/vc/ediff-wind.el b/lisp/vc/ediff-wind.el index 3077c562d63..7d7f849b09c 100644 --- a/lisp/vc/ediff-wind.el +++ b/lisp/vc/ediff-wind.el @@ -883,6 +883,9 @@ Create a new splittable frame if none is found." (not (ediff-frame-has-dedicated-windows (window-frame wind))) ))) +(defvar x-fast-protocol-requests) +(declare-function x-change-window-property "xfns.c") + (defun ediff-frame-make-utility (frame) (let ((x-fast-protocol-requests t)) (x-change-window-property -- 2.39.5