]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last change in ispell.el.
authorEli Zaretskii <eliz@gnu.org>
Sun, 16 May 2004 15:37:33 +0000 (15:37 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 16 May 2004 15:37:33 +0000 (15:37 +0000)
lisp/ChangeLog
lisp/textmodes/ispell.el

index ce433c104b0d2dc6d2c5e1e9768e04c51fe898a4..8e746570022bd71b26777a4d748dd01f89fb30d7 100644 (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.
 
index 472d97c86bd694bb8fb55065a576b1fb90f698b3..77c63379e2b7e748cd4668e04911ffbb5e3f53cc 100644 (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)