aux-files: comp-integrity: Adjust for emacs-pgtk.

* gnu/packages/aux-files/emacs/comp-integrity.el (x-dnd-init-frame): Require
x-dnd.
(x-handle-no-bitmap-icon): Only test this if it's bound.
This commit is contained in:
Liliana Marie Prikler 2024-03-04 20:54:49 +01:00
parent 84e125eb27
commit 19fc252ab7
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -125,5 +125,6 @@
(expect-native emacs-version)
(expect-native define-widget)
(expect-native window-right)
(expect-native x-dnd-init-frame)
(expect-native x-handle-no-bitmap-icon)
(expect-native x-dnd-init-frame x-dnd)
(and (boundp 'x-handle-no-bitmap-icon)
(expect-native x-handle-no-bitmap-icon))