FreeBSD Bugzilla – Attachment 217486 Details for
Bug 248876
japanese/anthy: Fix for emacs 27
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Use set-process-query-on-exit-flag
patch-src-util-anthy.el (text/plain), 473 bytes, created by
Yoshihiro Takahashi
on 2020-08-24 11:14:44 UTC
(
hide
)
Description:
Use set-process-query-on-exit-flag
Filename:
MIME Type:
Creator:
Yoshihiro Takahashi
Created:
2020-08-24 11:14:44 UTC
Size:
473 bytes
patch
obsolete
>--- ../anthy-0.4.org/src-util/anthy.el 2019-07-05 11:37:13.000000000 +0900 >+++ src-util/anthy.el 2020-08-24 19:47:22.106231000 +0900 >@@ -745,7 +745,7 @@ > (if anthy-agent-process > (kill-process anthy-agent-process)) > (setq anthy-agent-process proc) >- (process-kill-without-query proc) >+ (set-process-query-on-exit-flag proc nil) > (if anthy-xemacs > (if (coding-system-p (find-coding-system 'euc-japan)) > (set-process-coding-system proc 'euc-japan 'euc-japan))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 248876
: 217486