aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-16 16:28:01 +0000
committerEli Zaretskii2002-03-16 16:28:01 +0000
commit55859ca7d85fea20aed7d810985883db863f8234 (patch)
tree74a4a115eb066afd537ab6301384951ea43ebd50
parent0cd9a1a9199b5ebaf32319685db083432acdd574 (diff)
downloademacs-55859ca7d85fea20aed7d810985883db863f8234.tar.gz
emacs-55859ca7d85fea20aed7d810985883db863f8234.zip
<top-level>: Remove the setup for all known codepages: it seems
to cause crashes in the CCL driver.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/textmodes/po.el4
2 files changed, 3 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 70db7f61a21..35a70e7f8e0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,9 @@
12002-03-16 Eli Zaretskii <eliz@fencepost.gnu.org> 12002-03-16 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * textmodes/po.el (po-find-charset): Search for the Charset= 3 * textmodes/po.el (po-find-charset): Search for the Charset=
4 header even if we've read less than 4KB. 4 header even if we've read less than 4KB.
5 <top-level>: Remove the setup for all known codepages: it seems
6 to cause crashes in the CCL driver.
5 7
62002-03-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 82002-03-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
7 9
diff --git a/lisp/textmodes/po.el b/lisp/textmodes/po.el
index 191f166e1e6..93446be8f82 100644
--- a/lisp/textmodes/po.el
+++ b/lisp/textmodes/po.el
@@ -32,10 +32,6 @@
32 32
33;;; Code: 33;;; Code:
34 34
35; Make the cpnnn codesets available.
36(if (not (string-match "XEmacs\\|Lucid" emacs-version))
37 (mapc #'codepage-setup (mapcar #'car (cp-supported-codepages))))
38
39(defconst po-content-type-charset-alist 35(defconst po-content-type-charset-alist
40 '(; Note: Emacs 21 doesn't support all encodings, thus the missing entries. 36 '(; Note: Emacs 21 doesn't support all encodings, thus the missing entries.
41 (ASCII . undecided) 37 (ASCII . undecided)