From 55859ca7d85fea20aed7d810985883db863f8234 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 16 Mar 2002 16:28:01 +0000 Subject: : Remove the setup for all known codepages: it seems to cause crashes in the CCL driver. --- lisp/textmodes/po.el | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lisp/textmodes/po.el') diff --git a/lisp/textmodes/po.el b/lisp/textmodes/po.el index 191f166e1e..93446be8f8 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) -- cgit v1.2.3