diff options
| author | John Paul Wallington | 2004-08-21 14:53:22 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2004-08-21 14:53:22 +0000 |
| commit | 845aa1ef9e764189ec130f4684cd16517a62e127 (patch) | |
| tree | 7fd95254a668a1bc3ae5a20452e4a876364127c9 | |
| parent | 29bbca9e01c623b995acb0521c9b7e8b588a0f68 (diff) | |
| download | emacs-845aa1ef9e764189ec130f4684cd16517a62e127.tar.gz emacs-845aa1ef9e764189ec130f4684cd16517a62e127.zip | |
(process-kill-without-query): Made obsolete in version 21.4, not 21.5.
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 1196 | 1196 | ||
| 1197 | (make-obsolete 'process-kill-without-query | 1197 | (make-obsolete 'process-kill-without-query |
| 1198 | "use `process-query-on-exit-flag' or `set-process-query-on-exit-flag'." | 1198 | "use `process-query-on-exit-flag' or `set-process-query-on-exit-flag'." |
| 1199 | "21.5") | 1199 | "21.4") |
| 1200 | (defun process-kill-without-query (process &optional flag) | 1200 | (defun process-kill-without-query (process &optional flag) |
| 1201 | "Say no query needed if PROCESS is running when Emacs is exited. | 1201 | "Say no query needed if PROCESS is running when Emacs is exited. |
| 1202 | Optional second argument if non-nil says to require a query. | 1202 | Optional second argument if non-nil says to require a query. |