From 647c6bf2a6ce7113de5dae251633eaba27627a62 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 18 Mar 2023 12:35:10 +0200 Subject: [PATCH] ; * test/lisp/abbrev-tests.el (abbrev--possibly-save-test): Fix test. --- test/lisp/abbrev-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/abbrev-tests.el b/test/lisp/abbrev-tests.el index 7b2780309b0..abac8dd6f0b 100644 --- a/test/lisp/abbrev-tests.el +++ b/test/lisp/abbrev-tests.el @@ -317,7 +317,7 @@ (should-not abbrevs-changed)) ;; Don't save (let ((abbrevs-changed t)) - (ert-simulate-keys '(?n) + (ert-simulate-keys '(?n ?\C-m) (should (abbrev--possibly-save nil))) (should-not abbrevs-changed))))) -- 2.39.5