changeset 80652:3d0f5d74bca9

* textmodes/flyspell.el (flyspell-word, flyspell-large-region) (flyspell-region): Call ispell-maybe-find-aspell-dictionaries.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 28 Jul 2008 20:18:25 +0000
parents a656c149eace
children 3843bed9cf0e
files lisp/ChangeLog
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Jul 28 20:02:04 2008 +0000
+++ b/lisp/ChangeLog	Mon Jul 28 20:18:25 2008 +0000
@@ -1,5 +1,8 @@
 2008-07-28  Chong Yidong  <cyd@stupidchicken.com>
 
+	* textmodes/flyspell.el (flyspell-word, flyspell-large-region)
+	(flyspell-region): Call ispell-maybe-find-aspell-dictionaries.
+
 	* simple.el (next-error): Do a redisplay to prevent incorrect
 	recentering (workaround for bug#197).