1
Fork 0
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:
Vincent Belaïche 2026-04-03 15:01:49 +02:00
parent 1d3f6ce9d2
commit 37fbc4efcb

View file

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