branch: externals/org
commit 6cd8c6740ebc87e54179ee17b25f00ec08245950
Author: Morgan Smith <morgan.j.sm...@outlook.com>
Commit: Ihor Radchenko <yanta...@posteo.net>

    Testing: Change use of deprecated `org-hide-block-all'
    
    * testing/lisp/test-org-list.el
    (test-org-list/move-item-up-contents-visibility): Use
    `org-fold-hide-block-all' instead of `org-hide-block-all'.
---
 testing/lisp/test-org-list.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-org-list.el b/testing/lisp/test-org-list.el
index db45e66b87..092d960f67 100644
--- a/testing/lisp/test-org-list.el
+++ b/testing/lisp/test-org-list.el
@@ -824,7 +824,7 @@ b. Item 2<point>"
   #+BEGIN_CENTER
   Text2
   #+END_CENTER"
-    (org-hide-block-all)
+    (org-fold-hide-block-all)
     (let ((invisible-property-1
           (progn
             (search-forward "Text1")

Reply via email to