emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d86755820c2 2/2: ; * lisp/vc/ediff-wind.el: hush bytecomp warning


From: Mattias Engdegård
Subject: master d86755820c2 2/2: ; * lisp/vc/ediff-wind.el: hush bytecomp warnings on non-X platforms
Date: Fri, 14 Jul 2023 13:51:44 -0400 (EDT)

branch: master
commit d86755820c21ae717adb13f4894a12b1332fb2a7
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]