1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(process-kill-without-query): Made obsolete in version 21.4, not 21.5.

This commit is contained in:
John Paul Wallington 2004-08-21 14:53:22 +00:00
parent 29bbca9e01
commit 845aa1ef9e

View File

@ -1196,7 +1196,7 @@ Optional args SENTINEL and FILTER specify the sentinel and filter
(make-obsolete 'process-kill-without-query
"use `process-query-on-exit-flag' or `set-process-query-on-exit-flag'."
"21.5")
"21.4")
(defun process-kill-without-query (process &optional flag)
"Say no query needed if PROCESS is running when Emacs is exited.
Optional second argument if non-nil says to require a query.