emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 647c6bf2a6c: ; * test/lisp/abbrev-tests.el (abbrev--possibly-sa


From: Eli Zaretskii
Subject: emacs-29 647c6bf2a6c: ; * test/lisp/abbrev-tests.el (abbrev--possibly-save-test): Fix test.
Date: Sat, 18 Mar 2023 06:35:31 -0400 (EDT)

branch: emacs-29
commit 647c6bf2a6ce7113de5dae251633eaba27627a62
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * 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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]