; * lisp/vc/ediff-wind.el: hush bytecomp warnings on non-X platforms
This commit is contained in:
parent
8acd52bba4
commit
d86755820c
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue