guix-commits
[Top][All Lists]
Advanced

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

03/04: aux-files: comp-integrity: Adjust for emacs-pgtk.


From: guix-commits
Subject: 03/04: aux-files: comp-integrity: Adjust for emacs-pgtk.
Date: Sat, 9 Mar 2024 02:28:36 -0500 (EST)

lilyp pushed a commit to branch emacs-team
in repository guix.

commit 19fc252ab7e86ad1443a8d16f68467c61bf23179
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Mar 4 20:54:49 2024 +0100

    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.
---
 gnu/packages/aux-files/emacs/comp-integrity.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/aux-files/emacs/comp-integrity.el 
b/gnu/packages/aux-files/emacs/comp-integrity.el
index 9692d9bf97..191e2ddb98 100644
--- a/gnu/packages/aux-files/emacs/comp-integrity.el
+++ b/gnu/packages/aux-files/emacs/comp-integrity.el
@@ -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))



reply via email to

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