mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
(ispell-region): If position not visible, (sit-for 0).
This commit is contained in:
parent
a61155bcbd
commit
a594e0e121
@ -1774,6 +1774,8 @@ With prefix argument, set the default directory."
|
|||||||
(concat "Ispell misalignment: word "
|
(concat "Ispell misalignment: word "
|
||||||
"`%s' point %d; please retry")
|
"`%s' point %d; please retry")
|
||||||
(car poss) word-start))
|
(car poss) word-start))
|
||||||
|
(if (not (pos-visible-in-window-p))
|
||||||
|
(sit-for 0))
|
||||||
(if ispell-keep-choices-win
|
(if ispell-keep-choices-win
|
||||||
(setq replace
|
(setq replace
|
||||||
(ispell-command-loop
|
(ispell-command-loop
|
||||||
|
Loading…
Reference in New Issue
Block a user