From 219e0b856b4984629154384d2db2b0e35b06e6da Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 24 Oct 2024 12:25:47 +0200 Subject: Add comment in tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ulrich Müller --- test/ebuild-mode-tests.el | 1 + test/gentoo-newsitem-mode-tests.el | 1 + 2 files changed, 2 insertions(+) diff --git a/test/ebuild-mode-tests.el b/test/ebuild-mode-tests.el index a295e8b..f1e8df8 100644 --- a/test/ebuild-mode-tests.el +++ b/test/ebuild-mode-tests.el @@ -242,6 +242,7 @@ (ebuild-mode-test-run-with-fixed-time (if (featurep 'xemacs) ;; prevent a segfault (seen with XEmacs 21.4.24 and 21.5.35) + ;; https://foss.heptapod.net/xemacs/xemacs/-/issues/6 (cl-letf (((symbol-function 'pos-visible-in-window-p) (lambda (&rest _args) t))) (ebuild-mode-insert-skeleton)) diff --git a/test/gentoo-newsitem-mode-tests.el b/test/gentoo-newsitem-mode-tests.el index 1ee2858..134527c 100644 --- a/test/gentoo-newsitem-mode-tests.el +++ b/test/gentoo-newsitem-mode-tests.el @@ -64,6 +64,7 @@ "")) ; Display-If-Profile (if (featurep 'xemacs) ;; prevent a segfault (seen with XEmacs 21.4.24 and 21.5.35) + ;; https://foss.heptapod.net/xemacs/xemacs/-/issues/6 (cl-letf (((symbol-function 'pos-visible-in-window-p) (lambda (&rest _args) t))) (gentoo-newsitem-insert-skeleton)) -- cgit v1.2.3-65-gdbad