From: Eli Zaretskii Date: Sat, 16 Mar 2002 16:28:01 +0000 (+0000) Subject: : Remove the setup for all known codepages: it seems X-Git-Tag: ttn-vms-21-2-B4~16139 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55859ca7d85fea20aed7d810985883db863f8234;p=emacs.git : Remove the setup for all known codepages: it seems to cause crashes in the CCL driver. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70db7f61a21..35a70e7f8e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,9 @@ -2002-03-16 Eli Zaretskii +2002-03-16 Eli Zaretskii * textmodes/po.el (po-find-charset): Search for the Charset= header even if we've read less than 4KB. + : Remove the setup for all known codepages: it seems + to cause crashes in the CCL driver. 2002-03-16 Pavel Jan,Bm(Bk 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 @@ ;;; Code: -; Make the cpnnn codesets available. -(if (not (string-match "XEmacs\\|Lucid" emacs-version)) - (mapc #'codepage-setup (mapcar #'car (cp-supported-codepages)))) - (defconst po-content-type-charset-alist '(; Note: Emacs 21 doesn't support all encodings, thus the missing entries. (ASCII . undecided)