emacs-diffs
[Top][All Lists]
Advanced

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

master bf6852d69b: Compile ja-dic files to speed OKURI-NASI up


From: Lars Ingebrigtsen
Subject: master bf6852d69b: Compile ja-dic files to speed OKURI-NASI up
Date: Wed, 1 Jun 2022 00:22:44 -0400 (EDT)

branch: master
commit bf6852d69bbc9523304de363d78d0e62322be0aa
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Compile ja-dic files to speed OKURI-NASI up
    
    * lisp/Makefile.in (MAIN_FIRST): Also compile ja-dic utils to
    speed generation up.
---
 lisp/Makefile.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index f8e31eb819..c0e2099e6b 100644
--- a/lisp/Makefile.in
+++ b/lisp/Makefile.in
@@ -94,8 +94,11 @@ COMPILE_FIRST += $(lisp)/emacs-lisp/loaddefs-gen.elc
 COMPILE_FIRST += $(lisp)/emacs-lisp/radix-tree.elc
 
 # Files to compile early in compile-main.  Works around bug#25556.
+# Also compile the ja-dic files used to convert the Japanese
+# dictionary to speed things up.
 MAIN_FIRST = ./emacs-lisp/eieio.el ./emacs-lisp/eieio-base.el \
-  ./cedet/semantic/db.el ./emacs-lisp/cconv.el
+  ./cedet/semantic/db.el ./emacs-lisp/cconv.el \
+  ./international/ja-dic-cnv.el ./international/ja-dic-utl.el
 
 # Prevent any settings in the user environment causing problems.
 unexport EMACSDATA EMACSDOC EMACSLOADPATH EMACSPATH



reply via email to

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