# HG changeset patch # User Pavel Jank # Date 1010871337 0 # Node ID 0dd547dafa5e2d7a59eb09213aefde453578c10a # Parent 16824aac14f81f7677e548d09b94c686794f4a5d (flyspell-check-pre-word-p): Prevent delaying when executing keyboard macros. diff -r 16824aac14f8 -r 0dd547dafa5e lisp/textmodes/flyspell.el --- 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)))