From: Agustín Martín Date: Mon, 16 Apr 2012 17:06:58 +0000 (+0200) Subject: ispell.el: Fix last Changelog entry. utf-8 will be enabled if possible. X-Git-Tag: emacs-24.2.90~471^2~352^2~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4be3075ec8cde1561817ffe9f7a0869841ffe38c;p=emacs.git ispell.el: Fix last Changelog entry. utf-8 will be enabled if possible. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ebeea0a9dd..cae46908b0e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2012-04-12 Agustín Martín Domingo * ispell.el (ispell-set-spellchecker-params): Post-process - `ispell-dictionary-alist' to use [:alpha:] if possible. + `ispell-dictionary-alist' to use [:alpha:] and utf-8 if possible. 2012-04-16 Chong Yidong