]> git.eshelyaron.com Git - emacs.git/commit
Make 'byte-compile-info*' functions more logical
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 6 Aug 2020 06:12:31 +0000 (08:12 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 6 Aug 2020 06:12:31 +0000 (08:12 +0200)
commit7384f194bebb161b8f4ef7617f8c328721cd433f
tree7421d9fee46d370b7649bc3e5afbb48381efa9a6
parent155b2c8a8d51a492a8c350b92bd3e83187d72b78
Make 'byte-compile-info*' functions more logical

* lisp/emacs-lisp/byte-run.el (byte-compile-info): New function
that's more flexible that replaces 'byte-compile-info-string' and
'byte-compile-info-message'.
(byte-compile-info-string): Make obsolete.
(byte-compile-info-message): Ditto.

* lisp/international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
(skkdic-convert-postfix, skkdic-convert-prefix)
(skkdic-collect-okuri-nasi, skkdic-set-okuri-nasi):
* lisp/finder.el (finder-compile-keywords):
* lisp/cus-dep.el (custom-make-dependencies): Adjust callers to
use the new function.
lisp/cus-dep.el
lisp/emacs-lisp/byte-run.el
lisp/finder.el
lisp/international/ja-dic-cnv.el