mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
84e125eb27
commit
19fc252ab7
1 changed files with 3 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue