]> git.eshelyaron.com Git - emacs.git/commitdiff
(process-kill-without-query): Made obsolete in version 21.4, not 21.5.
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 21 Aug 2004 14:53:22 +0000 (14:53 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 21 Aug 2004 14:53:22 +0000 (14:53 +0000)
lisp/subr.el

index 53aef00f899eba376bde41055a4d8c76664d12ef..4eb1f691ff4041b9d1370d0dad9a3a2f13d91ea9 100644 (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.