projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
531f8f7
)
; * test/lisp/abbrev-tests.el (abbrev--possibly-save-test): Fix test.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 18 Mar 2023 10:35:10 +0000
(12:35 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 18 Mar 2023 10:35:10 +0000
(12:35 +0200)
test/lisp/abbrev-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/abbrev-tests.el
b/test/lisp/abbrev-tests.el
index 7b2780309b0670b019aa3bcf21a28fad97d21586..abac8dd6f0b13240c26d44871b270379b89caa85 100644
(file)
--- 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)))))