emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110608: Recognize that cp51932.el an


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110608: Recognize that cp51932.el and eucjp-ms.el are loaded during dumping
Date: Sat, 20 Oct 2012 18:19:46 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110608
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-10-20 18:19:46 -0700
message:
  Recognize that cp51932.el and eucjp-ms.el are loaded during dumping
  
  * src/lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
  
  * lib-src/make-docfile.c (scan_lisp_file): Add cp51932.el and eucjp-ms.el.
modified:
  lib-src/ChangeLog
  lib-src/make-docfile.c
  src/ChangeLog
  src/lisp.mk
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2012-10-20 15:26:10 +0000
+++ b/lib-src/ChangeLog 2012-10-21 01:19:46 +0000
@@ -1,3 +1,7 @@
+2012-10-21  Glenn Morris  <address@hidden>
+
+       * make-docfile.c (scan_lisp_file): Add cp51932.el and eucjp-ms.el.
+
 2012-10-20  Eli Zaretskii  <address@hidden>
 
        * make-docfile.c (IS_SLASH, DEF_ELISP_FILE): New macros.

=== modified file 'lib-src/make-docfile.c'
--- a/lib-src/make-docfile.c    2012-10-20 15:26:10 +0000
+++ b/lib-src/make-docfile.c    2012-10-21 01:19:46 +0000
@@ -1118,7 +1118,9 @@
   } const uncompiled[] = {
     DEF_ELISP_FILE (loaddefs.el),
     DEF_ELISP_FILE (loadup.el),
-    DEF_ELISP_FILE (charprop.el)
+    DEF_ELISP_FILE (charprop.el),
+    DEF_ELISP_FILE (cp51932.el),
+    DEF_ELISP_FILE (eucjp-ms.el)
   };
   int i, match;
   size_t flen = strlen (filename);

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-10-20 21:30:51 +0000
+++ b/src/ChangeLog     2012-10-21 01:19:46 +0000
@@ -1,3 +1,7 @@
+2012-10-21  Glenn Morris  <address@hidden>
+
+       * lisp.mk (lisp): Add cp51932.el and eucjp-ms.el.
+
 2012-10-20  Paul Eggert  <address@hidden>
 
        Port to OpenBSD 5.1.

=== modified file 'src/lisp.mk'
--- a/src/lisp.mk       2012-09-04 17:40:25 +0000
+++ b/src/lisp.mk       2012-10-21 01:19:46 +0000
@@ -35,7 +35,8 @@
 ## no-byte-compile ones.
 
 ## Confusingly, term/internal is not in loadup, but is unconditionally
-## loaded by pc-win, which is.
+## loaded by pc-win, which is.  Ditto for international/cp51932 and
+## international/eucjp-ms, loaded from language/japanese.
 
 ## Note that this list should not include lisp files which might not
 ## be present, like site-load.el and site-init.el; this makefile
@@ -94,6 +95,8 @@
        $(lispsource)/language/greek.elc \
        $(lispsource)/language/hebrew.elc \
        $(lispsource)/language/japanese.elc \
+       $(lispsource)/international/cp51932.el \
+       $(lispsource)/international/eucjp-ms.el \
        $(lispsource)/language/korean.elc \
        $(lispsource)/language/lao.elc \
        $(lispsource)/language/tai-viet.elc \


reply via email to

[Prev in Thread] Current Thread [Next in Thread]