No need for cp51932.el, eucjp-ms.el to not be compiled any more.
* admin/charsets/cp51932.awk, admin/charsets/eucjp-ms.awk: Don't set no-byte-compile in the outputs. * lisp/loadup.el: Don't specify uncompiled cp51932, eucjp-ms.
This commit is contained in:
parent
e80225000d
commit
7ca145d3f9
3 changed files with 4 additions and 4 deletions
|
@ -31,7 +31,7 @@
|
|||
# already been mapped to 1 or 3.
|
||||
|
||||
BEGIN {
|
||||
print ";;; cp51932.el -- translation table for CP51932. -*- no-byte-compile: t -*-";
|
||||
print ";;; cp51932.el -- translation table for CP51932";
|
||||
print ";;; Automatically generated from CP932-2BYTE.map";
|
||||
print "(let ((map";
|
||||
printf " '(;JISEXT<->UNICODE";
|
||||
|
|
|
@ -38,7 +38,7 @@ BEGIN {
|
|||
JISX0208_FROM2 = "/xf5/xa1";
|
||||
JISX0212_FROM = "/x8f/xf3/xf3";
|
||||
|
||||
print ";;; eucjp-ms.el -- translation table for eucJP-ms. -*- no-byte-compile: t -*-";
|
||||
print ";;; eucjp-ms.el -- translation table for eucJP-ms";
|
||||
print ";;; Automatically generated from /usr/share/i18n/charmaps/EUC-JP-MS.gz";
|
||||
print "(let ((map";
|
||||
print " '(;JISEXT<->UNICODE";
|
||||
|
|
|
@ -179,8 +179,8 @@
|
|||
(load "language/romanian")
|
||||
(load "language/greek")
|
||||
(load "language/hebrew")
|
||||
(load "international/cp51932.el")
|
||||
(load "international/eucjp-ms.el")
|
||||
(load "international/cp51932")
|
||||
(load "international/eucjp-ms")
|
||||
(load "language/japanese")
|
||||
(load "language/korean")
|
||||
(load "language/lao")
|
||||
|
|
Loading…
Add table
Reference in a new issue