Mercurial > emacs
changeset 42684:0dd547dafa5e
(flyspell-check-pre-word-p): Prevent delaying when executing keyboard
macros.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 12 Jan 2002 21:35:37 +0000 |
parents | 16824aac14f8 |
children | 19bcfada1a55 |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Sat Jan 12 21:15:02 2002 +0000 +++ b/lisp/textmodes/flyspell.el Sat Jan 12 21:35:37 2002 +0000 @@ -656,6 +656,7 @@ (= flyspell-pre-point (+ (point) 1))) nil) ((and (symbolp this-command) + (not executing-kbd-macro) (or (get this-command 'flyspell-delayed) (and (get this-command 'flyspell-deplacement) (eq flyspell-previous-command this-command)))