diff lisp/ChangeLog @ 73406:9b6f22920434

* textmodes/flyspell.el (flyspell-word-search-backward): Set inhibit-point-motion-hooks to avoid looping due to intangibile text.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 18 Oct 2006 04:13:46 +0000
parents fc4c534e52c3
children 5fdade8e4fef
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 17 19:39:43 2006 +0000
+++ b/lisp/ChangeLog	Wed Oct 18 04:13:46 2006 +0000
@@ -1,3 +1,9 @@
+2006-10-18  Martin Rudalics  <rudalics@gmx.at>
+
+	* textmodes/flyspell.el (flyspell-word-search-backward): Set
+	inhibit-point-motion-hooks to avoid looping due to intangibile
+	text.
+
 2006-10-16  Kim F. Storm  <storm@cua.dk>
 
 	* ido.el (ido-reread-directory): Work in `dir' mode too.