# HG changeset patch # User Eli Zaretskii # Date 1084721853 0 # Node ID 4e368ca1bd3e11298c571e46ace5057c893c6f7a # Parent ab45a2cf06ccd8b4d45150f68a13907d7e4b4585 Fix last change in ispell.el. diff -r ab45a2cf06cc -r 4e368ca1bd3e lisp/ChangeLog --- a/lisp/ChangeLog Sun May 16 14:01:46 2004 +0000 +++ b/lisp/ChangeLog Sun May 16 15:37:33 2004 +0000 @@ -8,7 +8,7 @@ 2004-05-15 Alex Ott * textmodes/ispell.el (ispell-local-dictionary-alist): Add - windows-1252 to the choice of coding systems. + windows-1251 to the choice of coding systems. (ispell-dictionary-alist-6): Add support for "russianw.aff", encoded in cp1251. diff -r ab45a2cf06cc -r 4e368ca1bd3e lisp/textmodes/ispell.el --- a/lisp/textmodes/ispell.el Sun May 16 14:01:46 2004 +0000 +++ b/lisp/textmodes/ispell.el Sun May 16 15:37:33 2004 +0000 @@ -502,7 +502,7 @@ (const iso-8859-1) (const iso-8859-2) (const koi8-r) - (const windows-1252)))) + (const windows-1251)))) :group 'ispell)