1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

; * test/lisp/abbrev-tests.el (abbrev--possibly-save-test): Fix test.

This commit is contained in:
Eli Zaretskii 2023-03-18 12:35:10 +02:00
parent 531f8f7103
commit 647c6bf2a6

View File

@ -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)))))