Ihor Radchenko <yanta...@gmail.com> writes: >> ;;; Integration with and fixes for other packages >> diff --git a/lisp/org-fold-core.el b/lisp/org-fold-core.el >> index 88072852d..287686c01 100644 >> --- a/lisp/org-fold-core.el >> +++ b/lisp/org-fold-core.el >> ... >> +(define-obsolete-function-alias 'org-fold-core--seq-partition >> #'seq-partition "9.6")
Also, thinking a bit more. Do we need to obsolete the private function? I think it is safe to remove it completely. Best, Ihor