]> git.eshelyaron.com Git - emacs.git/commitdiff
* textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
authorChong Yidong <cyd@stupidchicken.com>
Sat, 6 Sep 2008 20:07:40 +0000 (20:07 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 6 Sep 2008 20:07:40 +0000 (20:07 +0000)
user enters a mouse event in another frame, or a special event.

lisp/ChangeLog

index 71c10d6ceb84f407568a4d6cfce6a3b8e14bdd56..a3b2a16b216ae70b839f1d16e9ee2692cbb93979 100644 (file)
@@ -11,6 +11,9 @@
 
 2008-09-06  Chong Yidong  <cyd@stupidchicken.com>
 
+       * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
+       user enters a mouse event in another frame, or a special event.
+
        * server.el (server-switch-buffer): New arg.
        (server-execute): If reusing an existing window, set file position
        if required.