diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/ange-ftp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index b1e0bf24aa8..c3650afa9a7 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -3633,7 +3633,7 @@ so return the size on the remote host exactly. See RFC 3659." ;; newname)) ;; res) ;; (set-process-sentinel proc 'ange-ftp-copy-file-locally-sentinel) -;; (process-kill-without-query proc) +;; (set-process-query-on-exit-flag proc nil) ;; (with-current-buffer (process-buffer proc) ;; (set (make-local-variable 'copy-cont) cont)))) ;; |