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

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

[elpa] externals/company d19d7a7ae7 23/24: Fix CI in Emacs 29


From: ELPA Syncer
Subject: [elpa] externals/company d19d7a7ae7 23/24: Fix CI in Emacs 29
Date: Mon, 6 Nov 2023 09:57:39 -0500 (EST)

branch: externals/company
commit d19d7a7ae7e7d618f26fed646e76aab2dba84941
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    Fix CI in Emacs 29
---
 test/frontends-tests.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/test/frontends-tests.el b/test/frontends-tests.el
index c3fe3c38a4..cab9e94d87 100644
--- a/test/frontends-tests.el
+++ b/test/frontends-tests.el
@@ -483,10 +483,7 @@
     (should (equal-including-properties
              (company-modify-line str "xx" 0)
              "xx-foobar"))
-    (should (funcall
-             (if (version< emacs-version "29")
-                 #'ert-equal-including-properties
-               #'equal-including-properties)
+    (should (company--equal-including-properties
              (company-modify-line str "zz" (* 10 (frame-char-width)))
              (concat "-*-foobar"
                      (propertize " " 'display `(space :width 
(,(frame-char-width))))



reply via email to

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