diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/flyspell.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index eaebab0592b..6cd884474f0 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -656,6 +656,7 @@ before the current command." | |||
| 656 | (= flyspell-pre-point (+ (point) 1))) | 656 | (= flyspell-pre-point (+ (point) 1))) |
| 657 | nil) | 657 | nil) |
| 658 | ((and (symbolp this-command) | 658 | ((and (symbolp this-command) |
| 659 | (not executing-kbd-macro) | ||
| 659 | (or (get this-command 'flyspell-delayed) | 660 | (or (get this-command 'flyspell-delayed) |
| 660 | (and (get this-command 'flyspell-deplacement) | 661 | (and (get this-command 'flyspell-deplacement) |
| 661 | (eq flyspell-previous-command this-command))) | 662 | (eq flyspell-previous-command this-command))) |