[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/org c67af5c24a 5/6: test-org-fold/org-fold-display-inli
From: |
ELPA Syncer |
Subject: |
[elpa] externals/org c67af5c24a 5/6: test-org-fold/org-fold-display-inline-images: Fix skip condition in older Emacs |
Date: |
Fri, 2 Feb 2024 12:58:51 -0500 (EST) |
branch: externals/org
commit c67af5c24a5c25fac213f4a256c7e00dab8333c5
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
test-org-fold/org-fold-display-inline-images: Fix skip condition in older
Emacs
*
testing/lisp/test-org-fold.el
(test-org-fold/org-fold-display-inline-images):
Use skip-unless available in older Emacs rather than skip-when.
---
testing/lisp/test-org-fold.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/lisp/test-org-fold.el b/testing/lisp/test-org-fold.el
index f436a85e11..dd532cc8b8 100644
--- a/testing/lisp/test-org-fold.el
+++ b/testing/lisp/test-org-fold.el
@@ -694,7 +694,7 @@ Unfolded Paragraph.
(ert-deftest test-org-fold/org-fold-display-inline-images ()
"Test inline images displaying when cycling."
- (skip-when noninteractive)
+ (skip-unless (not noninteractive))
(let* ((org-cycle-inline-images-display t)
(images-dir (expand-file-name "examples/images/" org-test-dir))
(org-logo-image (expand-file-name "Org mode logo mono-color.png"
images-dir)))
- [elpa] externals/org updated (71fa0014db -> 57f1c02556), ELPA Syncer, 2024/02/02
- [elpa] externals/org 83bc81b750 2/6: lisp/org-list.el (org-list-swap-items): Fix re-folding after swap, ELPA Syncer, 2024/02/02
- [elpa] externals/org 844bd9f1f1 3/6: lisp/org.el (org-copy-visible): Fix when using overlays for folding, ELPA Syncer, 2024/02/02
- [elpa] externals/org 96944e8d43 1/6: org-fold-core--process-delayed: Fix delayed folding in killed buffers, ELPA Syncer, 2024/02/02
- [elpa] externals/org 1156554aaf 4/6: test-org-fold/org-fold-display-inline-images: Fix test, disable when non-interactive, ELPA Syncer, 2024/02/02
- [elpa] externals/org c67af5c24a 5/6: test-org-fold/org-fold-display-inline-images: Fix skip condition in older Emacs,
ELPA Syncer <=
- [elpa] externals/org 57f1c02556 6/6: doc/org-manual.org: Clarify the default export language for LaTeX export, ELPA Syncer, 2024/02/02