1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

; * msdos/sedleim.inp: Adapt to Emacs 30.

This commit is contained in:
Po Lu 2024-01-21 10:33:30 +08:00
parent e654f9ce1e
commit d88f9717ae

View 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||