From: Chong Yidong Date: Mon, 28 Jul 2008 20:18:25 +0000 (+0000) Subject: * textmodes/flyspell.el (flyspell-word, flyspell-large-region) X-Git-Tag: emacs-pretest-22.2.90~69 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bd045d53a0b63429c5f8d5ec11ff1bc12842404;p=emacs.git * textmodes/flyspell.el (flyspell-word, flyspell-large-region) (flyspell-region): Call ispell-maybe-find-aspell-dictionaries. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 343050457d2..812654b8e3d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2008-07-28 Chong Yidong + * 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).