; * test/lisp/abbrev-tests.el (abbrev--possibly-save-test): Fix test.
This commit is contained in:
parent
531f8f7103
commit
647c6bf2a6
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@
|
||||||
(should-not abbrevs-changed))
|
(should-not abbrevs-changed))
|
||||||
;; Don't save
|
;; Don't save
|
||||||
(let ((abbrevs-changed t))
|
(let ((abbrevs-changed t))
|
||||||
(ert-simulate-keys '(?n)
|
(ert-simulate-keys '(?n ?\C-m)
|
||||||
(should (abbrev--possibly-save nil)))
|
(should (abbrev--possibly-save nil)))
|
||||||
(should-not abbrevs-changed)))))
|
(should-not abbrevs-changed)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue