From e9a51f0819461b8b8adbf1bca860e1cbfcd03a22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Marks?= Date: Fri, 3 Apr 2026 05:18:48 -0400 Subject: [PATCH] ; Fix cus-edit setopt test * test/lisp/cus-edit-tests.el (test-setopt): Change 'test-setopt' message text. --- test/lisp/cus-edit-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/cus-edit-tests.el b/test/lisp/cus-edit-tests.el index 67a377e9073..770a1549c56 100644 --- a/test/lisp/cus-edit-tests.el +++ b/test/lisp/cus-edit-tests.el @@ -90,7 +90,7 @@ (erase-buffer)) (setopt cus-edit-test-foo1 :foo) (buffer-substring-no-properties (point-min) (point-max))))) - (should (string-search "Value `:foo' for variable `cus-edit-test-foo1' does not match its type \"number\"" + (should (string-search "Value does not match cus-edit-test-foo1's type `number': :foo\n" warn-txt)))) (defcustom cus-edit-test-bug63290-option nil