]> git.eshelyaron.com Git - emacs.git/commit
Don't reduce vocabulary in ja-dic.el by default
authorTaiju HIGASHI <higashi@taiju.info>
Tue, 7 Jun 2022 12:46:14 +0000 (21:46 +0900)
committerEli Zaretskii <eliz@gnu.org>
Fri, 10 Jun 2022 12:46:32 +0000 (15:46 +0300)
commitafbe7585c448c79f0320839d272742968ee88a55
treeec03210e56a19d34c0afa3789d1ff32cf1a57296
parentdc09759c1d1e7d7c6118fd8e582aaa57454cf001
Don't reduce vocabulary in ja-dic.el by default

* configure.ac: Add the "--with-small-ja-dic" configure option.
* leim/Makefile.in (${leimdir}/ja-dic/ja-dic.el): Change the build
method depending on whether or not the --with-small-ja-dic option
is specified.
* lisp/international/ja-dic-cnv.el (skkdic-convert-okuri-nasi): Add
the "no-reduction" optional argument.  When it is specified, then
generate a Japanese dictionary without reduced vocabulary.
(skkdic-convert): Add the "no-reduction" optional argument.
(batch-skkdic-convert): Add the "--no-reduction" command line argument.
configure.ac
leim/Makefile.in
lisp/international/ja-dic-cnv.el