From: John Paul Wallington Date: Sat, 21 Aug 2004 14:53:22 +0000 (+0000) Subject: (process-kill-without-query): Made obsolete in version 21.4, not 21.5. X-Git-Tag: ttn-vms-21-2-B4~5224 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=845aa1ef9e764189ec130f4684cd16517a62e127;p=emacs.git (process-kill-without-query): Made obsolete in version 21.4, not 21.5. --- diff --git a/lisp/subr.el b/lisp/subr.el index 53aef00f899..4eb1f691ff4 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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.