aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii2004-05-16 15:37:33 +0000
committerEli Zaretskii2004-05-16 15:37:33 +0000
commit7033bbf1e655bf575090dfa8ccec290ffbb8cfdd (patch)
tree887ffa92797cb5c9babfbb27f99df904575c6572 /lisp
parent5fe26b0034d5190f64b1c6de195cd3efde56cd63 (diff)
downloademacs-7033bbf1e655bf575090dfa8ccec290ffbb8cfdd.tar.gz
emacs-7033bbf1e655bf575090dfa8ccec290ffbb8cfdd.zip
Fix last change in ispell.el.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/textmodes/ispell.el2
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 @@
82004-05-15 Alex Ott <ott@jet.msk.su> 82004-05-15 Alex Ott <ott@jet.msk.su>
9 9
10 * textmodes/ispell.el (ispell-local-dictionary-alist): Add 10 * textmodes/ispell.el (ispell-local-dictionary-alist): Add
11 windows-1252 to the choice of coding systems. 11 windows-1251 to the choice of coding systems.
12 (ispell-dictionary-alist-6): Add support for "russianw.aff", 12 (ispell-dictionary-alist-6): Add support for "russianw.aff",
13 encoded in cp1251. 13 encoded in cp1251.
14 14
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."
502 (const iso-8859-1) 502 (const iso-8859-1)
503 (const iso-8859-2) 503 (const iso-8859-2)
504 (const koi8-r) 504 (const koi8-r)
505 (const windows-1252)))) 505 (const windows-1251))))
506 :group 'ispell) 506 :group 'ispell)
507 507
508 508