mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 17:30:54 -08:00
(ispell-region): If position not visible, (sit-for 0).
This commit is contained in:
parent
a61155bcbd
commit
a594e0e121
1 changed files with 2 additions and 0 deletions
|
|
@ -1774,6 +1774,8 @@ With prefix argument, set the default directory."
|
|||
(concat "Ispell misalignment: word "
|
||||
"`%s' point %d; please retry")
|
||||
(car poss) word-start))
|
||||
(if (not (pos-visible-in-window-p))
|
||||
(sit-for 0))
|
||||
(if ispell-keep-choices-win
|
||||
(setq replace
|
||||
(ispell-command-loop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue