diff options
| author | Glenn Morris | 2015-06-15 23:02:58 -0700 |
|---|---|---|
| committer | Glenn Morris | 2015-06-15 23:02:58 -0700 |
| commit | 7ca145d3f991db69d31177f6b0ff51dadef13bf1 (patch) | |
| tree | 27aa21612af08c934a36d152febb4e80cf7c9b4b /admin | |
| parent | e80225000dda3f1deac5ea95a9253301b05fbed7 (diff) | |
| download | emacs-7ca145d3f991db69d31177f6b0ff51dadef13bf1.tar.gz emacs-7ca145d3f991db69d31177f6b0ff51dadef13bf1.zip | |
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.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/charsets/cp51932.awk | 2 | ||||
| -rw-r--r-- | admin/charsets/eucjp-ms.awk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/charsets/cp51932.awk b/admin/charsets/cp51932.awk index f59e91cdb9c..df1f8cd7b23 100644 --- a/admin/charsets/cp51932.awk +++ b/admin/charsets/cp51932.awk | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | # already been mapped to 1 or 3. | 31 | # already been mapped to 1 or 3. |
| 32 | 32 | ||
| 33 | BEGIN { | 33 | BEGIN { |
| 34 | print ";;; cp51932.el -- translation table for CP51932. -*- no-byte-compile: t -*-"; | 34 | print ";;; cp51932.el -- translation table for CP51932"; |
| 35 | print ";;; Automatically generated from CP932-2BYTE.map"; | 35 | print ";;; Automatically generated from CP932-2BYTE.map"; |
| 36 | print "(let ((map"; | 36 | print "(let ((map"; |
| 37 | printf " '(;JISEXT<->UNICODE"; | 37 | printf " '(;JISEXT<->UNICODE"; |
diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk index f17222d901e..59c6388b25c 100644 --- a/admin/charsets/eucjp-ms.awk +++ b/admin/charsets/eucjp-ms.awk | |||
| @@ -38,7 +38,7 @@ BEGIN { | |||
| 38 | JISX0208_FROM2 = "/xf5/xa1"; | 38 | JISX0208_FROM2 = "/xf5/xa1"; |
| 39 | JISX0212_FROM = "/x8f/xf3/xf3"; | 39 | JISX0212_FROM = "/x8f/xf3/xf3"; |
| 40 | 40 | ||
| 41 | print ";;; eucjp-ms.el -- translation table for eucJP-ms. -*- no-byte-compile: t -*-"; | 41 | print ";;; eucjp-ms.el -- translation table for eucJP-ms"; |
| 42 | print ";;; Automatically generated from /usr/share/i18n/charmaps/EUC-JP-MS.gz"; | 42 | print ";;; Automatically generated from /usr/share/i18n/charmaps/EUC-JP-MS.gz"; |
| 43 | print "(let ((map"; | 43 | print "(let ((map"; |
| 44 | print " '(;JISEXT<->UNICODE"; | 44 | print " '(;JISEXT<->UNICODE"; |