emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 680138d7ff 1/3: fixup! test-org-colview/...: Fix Em


From: ELPA Syncer
Subject: [elpa] externals/org 680138d7ff 1/3: fixup! test-org-colview/...: Fix Emacs 28 compatibility
Date: Mon, 21 Aug 2023 06:58:18 -0400 (EDT)

branch: externals/org
commit 680138d7ff096f08c446f70d87672b160b37952b
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@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

[Prev in Thread] Current Thread [Next in Thread]