diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-10-24 12:25:47 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-10-24 12:25:47 +0200 |
commit | 219e0b856b4984629154384d2db2b0e35b06e6da (patch) | |
tree | 67e037bc7c299c727cec5ce96f1c2b02c3d218d5 | |
parent | New test for devbook-locate-schema-file (diff) | |
download | ebuild-mode-219e0b856b4984629154384d2db2b0e35b06e6da.tar.gz ebuild-mode-219e0b856b4984629154384d2db2b0e35b06e6da.tar.bz2 ebuild-mode-219e0b856b4984629154384d2db2b0e35b06e6da.zip |
Add comment in tests
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r-- | test/ebuild-mode-tests.el | 1 | ||||
-rw-r--r-- | test/gentoo-newsitem-mode-tests.el | 1 |
2 files changed, 2 insertions, 0 deletions
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)) |