]> git.eshelyaron.com Git - emacs.git/commitdiff
; * msdos/sedleim.inp: Adapt to Emacs 30.
authorPo Lu <luangruo@yahoo.com>
Sun, 21 Jan 2024 02:33:30 +0000 (10:33 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 21 Jan 2024 07:31:44 +0000 (08:31 +0100)
(cherry picked from commit d88f9717ae6279a7577023f8630bd777d1b153b0)

msdos/sedleim.inp

index f644e9ce9656bc5e394a0c5ff822a964b9e174a4..d43fbef4672f77676571e1715b6a92f7fb3d252f 100644 (file)
@@ -41,3 +41,7 @@ RUN_EMACS = ${EMACS} -batch --no-site-file --no-site-lisp
 /^MKDIR_P *=/s,@MKDIR_P@,gmkdir -p,
 
 /^\${leimdir}\/quail \${leimdir}\/ja-dic: *$/s|\${leimdir}/|$(rel_leimdir)\\|
+
+# Should an option to enable this be provided by config.bat?
+/^SMALL_JA_DIC *=/s/@SMALL_JA_DIC@//
+/^small-ja-dic-option: /s|../config.status||