summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>2013-07-03 05:06:50 +0200
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>2013-07-05 18:16:35 +0200
commitd4353999beca25111a05173f9b57018fcb883d33 (patch)
tree7bcb6e618023113af3be99695d61fffc40398c84
parent32710f7bd81e529e2ff370c04a63b47521425cff (diff)
dictionary: Avoid deprecation warning for process-kill-without-query
-rwxr-xr-xdictionary.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/dictionary.el b/dictionary.el
index a5885c3..889d30d 100755
--- a/dictionary.el
+++ b/dictionary.el
@@ -426,8 +426,9 @@ by the choice value:
(connection-open dictionary-proxy-server
dictionary-proxy-port)
(connection-open dictionary-server dictionary-port)))
- (process-kill-without-query
- (connection-process dictionary-connection))
+ (set-process-query-on-exit-flag
+ (connection-process dictionary-connection)
+ nil)
(when dictionary-use-http-proxy
(message "Proxy CONNECT to %s:%d"