From 3d8ea67c6e54f37966de9ad3c1f1a0ee66547425 Mon Sep 17 00:00:00 2001 From: Joseph Turner Date: Wed, 31 Jul 2024 21:53:58 -0700 Subject: [PATCH] Replace obsolete function to avoid byte compilation warning --- test/persist-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/persist-tests.el b/test/persist-tests.el index 4439fa3e07..6bf2ed3708 100644 --- a/test/persist-tests.el +++ b/test/persist-tests.el @@ -15,7 +15,7 @@ (ert-deftest test-persist-symbol () (let ((persist--symbols nil) (sym (cl-gensym))) (persist-symbol sym 10) - (seq-contains persist--symbols sym)))) + (seq-contains-p persist--symbols sym)))) (ert-deftest test-persist-save-only-persistant () ;; do not save not persist variables -- 2.41.0