1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

Fix last change in ispell.el.

This commit is contained in:
Eli Zaretskii 2004-05-16 15:37:33 +00:00
parent 5fe26b0034
commit 7033bbf1e6
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
2004-05-15 Alex Ott <ott@jet.msk.su>
* 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.

View file

@ -502,7 +502,7 @@ and then re-start emacs."
(const iso-8859-1)
(const iso-8859-2)
(const koi8-r)
(const windows-1252))))
(const windows-1251))))
:group 'ispell)