diff options
| author | Joakim Verona | 2012-10-24 13:07:12 +0200 |
|---|---|---|
| committer | Joakim Verona | 2012-10-24 13:07:12 +0200 |
| commit | fd0ea43455f2bd9c96f76b87188f0808bd6ce213 (patch) | |
| tree | 2a34edfe608adb294de5eef6678e2f9ba457c02c /lib-src | |
| parent | 6d3ae671153437538da2d1b41af0d1589ec8148b (diff) | |
| parent | 4e79d09a237fe27c0a3d79ddb67642389f414614 (diff) | |
| download | emacs-fd0ea43455f2bd9c96f76b87188f0808bd6ce213.tar.gz emacs-fd0ea43455f2bd9c96f76b87188f0808bd6ce213.zip | |
upstream
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 9 | ||||
| -rw-r--r-- | lib-src/make-docfile.c | 4 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 2 |
3 files changed, 14 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index bcb71daca5d..c88b467ee29 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-10-23 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp2): Add cp51932.el and eucjp-ms.el, to | ||
| 4 | follow src/lisp.mk. | ||
| 5 | |||
| 6 | 2012-10-21 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * make-docfile.c (scan_lisp_file): Add cp51932.el and eucjp-ms.el. | ||
| 9 | |||
| 1 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | 10 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * make-docfile.c (IS_SLASH, DEF_ELISP_FILE): New macros. | 12 | * make-docfile.c (IS_SLASH, DEF_ELISP_FILE): New macros. |
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index b6cd1530a4c..68e7029ee85 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -1118,7 +1118,9 @@ scan_lisp_file (const char *filename, const char *mode) | |||
| 1118 | } const uncompiled[] = { | 1118 | } const uncompiled[] = { |
| 1119 | DEF_ELISP_FILE (loaddefs.el), | 1119 | DEF_ELISP_FILE (loaddefs.el), |
| 1120 | DEF_ELISP_FILE (loadup.el), | 1120 | DEF_ELISP_FILE (loadup.el), |
| 1121 | DEF_ELISP_FILE (charprop.el) | 1121 | DEF_ELISP_FILE (charprop.el), |
| 1122 | DEF_ELISP_FILE (cp51932.el), | ||
| 1123 | DEF_ELISP_FILE (eucjp-ms.el) | ||
| 1122 | }; | 1124 | }; |
| 1123 | int i, match; | 1125 | int i, match; |
| 1124 | size_t flen = strlen (filename); | 1126 | size_t flen = strlen (filename); |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 640e8a7c468..f3ab4421fd3 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -229,6 +229,8 @@ lisp2 = \ | |||
| 229 | $(lispsource)language/greek.elc \ | 229 | $(lispsource)language/greek.elc \ |
| 230 | $(lispsource)language/hebrew.elc \ | 230 | $(lispsource)language/hebrew.elc \ |
| 231 | $(lispsource)language/japanese.elc \ | 231 | $(lispsource)language/japanese.elc \ |
| 232 | $(lispsource)international/cp51932.el \ | ||
| 233 | $(lispsource)international/eucjp-ms.el \ | ||
| 232 | $(lispsource)language/korean.elc \ | 234 | $(lispsource)language/korean.elc \ |
| 233 | $(lispsource)language/lao.elc \ | 235 | $(lispsource)language/lao.elc \ |
| 234 | $(lispsource)language/cham.elc \ | 236 | $(lispsource)language/cham.elc \ |