K 10 svn:author V 7 rhurlin K 8 svn:date V 27 2020-12-04T12:41:08.792823Z K 7 svn:log V 457 japanese/yc.el: Adapt to newer emacs versions The "process-kill-without-query" function was made obsolete in emacs 27.1 [1]. Therefore the function should be replaced in japanese/yc.el by "set-process-query-on-exit-flag" function. [1] http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=f1c48b0 PR: 249873 Submitted by: Takayuki Nakao (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D27473 END