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:
parent
531f8f7103
commit
647c6bf2a6
@ -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)))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user