diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2004-05-16 15:37:33 +0000 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2004-05-16 15:37:33 +0000 |
| commit | 7033bbf1e655bf575090dfa8ccec290ffbb8cfdd (patch) | |
| tree | 887ffa92797cb5c9babfbb27f99df904575c6572 | |
| parent | 5fe26b0034d5190f64b1c6de195cd3efde56cd63 (diff) | |
| download | emacs-7033bbf1e655bf575090dfa8ccec290ffbb8cfdd.tar.gz | |
Fix last change in ispell.el.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/textmodes/ispell.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce433c104b0..8e746570022 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 472d97c86bd..77c63379e2b 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -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) |
