From: Eli Zaretskii Date: Sat, 18 Mar 2023 10:35:10 +0000 (+0200) Subject: ; * test/lisp/abbrev-tests.el (abbrev--possibly-save-test): Fix test. X-Git-Tag: emacs-29.0.90~147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=647c6bf2a6c;p=emacs.git ; * test/lisp/abbrev-tests.el (abbrev--possibly-save-test): Fix test. --- 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)))))