emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/textmodes/flyspell.el
Date: Sat, 12 Jan 2002 16:35:38 -0500

Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.39 
emacs/lisp/textmodes/flyspell.el:1.40
*** emacs/lisp/textmodes/flyspell.el:1.39       Tue Jan  8 18:57:15 2002
--- emacs/lisp/textmodes/flyspell.el    Sat Jan 12 16:35:37 2002
***************
*** 656,661 ****
--- 656,662 ----
        (= 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]