# HG changeset patch # User John Paul Wallington # Date 1093100002 0 # Node ID 749b147e12b936c57a308ee395307094f1008ae8 # Parent a8d0345c264962fd4b471a61dc3164f43109cac7 (process-kill-without-query): Made obsolete in version 21.4, not 21.5. diff -r a8d0345c2649 -r 749b147e12b9 lisp/subr.el --- a/lisp/subr.el Sat Aug 21 12:25:07 2004 +0000 +++ b/lisp/subr.el Sat Aug 21 14:53:22 2004 +0000 @@ -1196,7 +1196,7 @@ (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.