changeset 56738:749b147e12b9

(process-kill-without-query): Made obsolete in version 21.4, not 21.5.
author John Paul Wallington <jpw@pobox.com>
date Sat, 21 Aug 2004 14:53:22 +0000
parents a8d0345c2649
children 61eea6f54a1a
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.