changeset 98058:f5d9629680f8

* textmodes/ispell.el (ispell-command-loop): Suspend ispell if the user enters a mouse event in another frame, or a special event.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 06 Sep 2008 20:07:40 +0000
parents a780e9687b4e
children fa8fea8ec49a
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Sep 06 19:47:14 2008 +0000
+++ b/lisp/ChangeLog	Sat Sep 06 20:07:40 2008 +0000
@@ -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.