diff options
| author | Stéphane Marks <shipmints@gmail.com> | 2026-04-03 05:18:48 -0400 |
|---|---|---|
| committer | Michael Albinus <michael.albinus@gmx.de> | 2026-04-03 12:44:54 +0200 |
| commit | e9a51f0819461b8b8adbf1bca860e1cbfcd03a22 (patch) | |
| tree | 6b6d81be44706b1797a01bdd9d7aec4856a329b5 /test | |
| parent | 86efaec00e01af1e9171c7fa9eb7904af3be0eb3 (diff) | |
; Fix cus-edit setopt test
* test/lisp/cus-edit-tests.el (test-setopt): Change
'test-setopt' message text.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/cus-edit-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
