diff options
Diffstat (limited to 'editors/tamago/files/post-patch-egg-wnn.el')
-rw-r--r-- | editors/tamago/files/post-patch-egg-wnn.el | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/tamago/files/post-patch-egg-wnn.el b/editors/tamago/files/post-patch-egg-wnn.el deleted file mode 100644 index 7162c3b56aea..000000000000 --- a/editors/tamago/files/post-patch-egg-wnn.el +++ /dev/null @@ -1,11 +0,0 @@ ---- egg/wnn.el.orig 2014-11-23 16:11:58.000000000 +0900 -+++ egg/wnn.el 2014-11-23 16:12:19.000000000 +0900 -@@ -1283,7 +1283,7 @@ - (setq proc (open-network-stream proc-name buf hostname port)) - (error quit))))) - (when (processp proc) -- (process-kill-without-query proc) -+ (set-process-query-on-exit-flag proc nil) - (set-process-coding-system proc 'binary 'binary) - (set-process-sentinel proc 'wnn-comm-sentinel) - (set-marker-insertion-type (process-mark proc) t) |