branch: externals/org
commit 680138d7ff096f08c446f70d87672b160b37952b
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    fixup! test-org-colview/...: Fix Emacs 28 compatibility
---
 testing/lisp/test-org-colview.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-org-colview.el b/testing/lisp/test-org-colview.el
index 02b84eecb5..03a2c834a2 100644
--- a/testing/lisp/test-org-colview.el
+++ b/testing/lisp/test-org-colview.el
@@ -1128,7 +1128,7 @@
 (ert-deftest test-org-colview/columns--move-row-stay-at-the-same-column ()
   "After function call 'org-columns--move-row' point should stay at the same 
column."
   ;; `current-column' did not return _visual_ column prior to Emacs 29.
-  (skip-unless (version>= emacs-version "29"))
+  (skip-unless (version<= "29" emacs-version))
   (should
    (equal 35
           (org-test-with-temp-text "* H

Reply via email to