]> code.delx.au - gnu-emacs/commitdiff
No need for cp51932.el, eucjp-ms.el to not be compiled any more.
authorGlenn Morris <rgm@gnu.org>
Tue, 16 Jun 2015 06:02:58 +0000 (23:02 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 16 Jun 2015 06:02:58 +0000 (23:02 -0700)
* 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.

admin/charsets/cp51932.awk
admin/charsets/eucjp-ms.awk
lisp/loadup.el

index f59e91cdb9c59dec3a7e66f78af428413c149843..df1f8cd7b239a2e260beeec31716b485d3c6a2a3 100644 (file)
@@ -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";
index f17222d901e76c536761f7ed087a2f8a5b66a17d..59c6388b25c57f2746901d3c68e3c11a81b427e6 100644 (file)
@@ -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";
index 84fa327050a47ecb614a6c45c1ce9db9f5071cd2..fef111f6611bcb3f013ca0191ae6bc8be2fec5e5 100644 (file)
 (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")