mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 22:31:13 -07:00
Fix ov1 undefined.
* test/lisp/erc/erc-scenarios-spelling.el (erc-scenarios-spelling--auto-correct): Fix the undefined `ov1' regestion.
This commit is contained in:
parent
1d3f6ce9d2
commit
37fbc4efcb
1 changed files with 3 additions and 3 deletions
|
|
@ -90,9 +90,9 @@
|
|||
|
||||
;; Depending on the machine, this should become something
|
||||
;; like: "/AMSG an/dor /gmsg one fsbot two Rob my shoe".
|
||||
(ert-play-keys "M-TAB"))
|
||||
(should (equal (overlays-in erc-input-marker (point-max))
|
||||
(list ov1)))))
|
||||
(ert-play-keys "M-TAB")
|
||||
(should (equal (overlays-in erc-input-marker (point-max))
|
||||
(list ov1))))))
|
||||
|
||||
(when noninteractive
|
||||
(erc-spelling-mode -1)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue