From 55859ca7d85fea20aed7d810985883db863f8234 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Mar 2002 16:28:01 +0000 Subject: [PATCH] : Remove the setup for all known codepages: it seems to cause crashes in the CCL driver. --- lisp/ChangeLog | 4 +++- lisp/textmodes/po.el | 4 ---- 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 @@ -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) -- 2.39.2