diff options
| author | Paul Eggert | 2011-04-13 22:04:02 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-13 22:04:02 -0700 |
| commit | a7ca3326c4740ed3ed118b794d35d235de49f346 (patch) | |
| tree | 5d38e0eac8e839c84a4ccb6e8a07c3c7858fff54 /src/process.c | |
| parent | e87b6180b08c60a256dd8557945321ce2354a3a9 (diff) | |
| download | emacs-a7ca3326c4740ed3ed118b794d35d235de49f346.tar.gz emacs-a7ca3326c4740ed3ed118b794d35d235de49f346.zip | |
Undo the DEFUN->DEFUE change.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/process.c b/src/process.c index 7efbab11190..0cec8977ad0 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -783,7 +783,7 @@ nil, indicating the current buffer's process. */) | |||
| 783 | return Qnil; | 783 | return Qnil; |
| 784 | } | 784 | } |
| 785 | 785 | ||
| 786 | DEFUE ("process-status", Fprocess_status, Sprocess_status, 1, 1, 0, | 786 | DEFUN ("process-status", Fprocess_status, Sprocess_status, 1, 1, 0, |
| 787 | doc: /* Return the status of PROCESS. | 787 | doc: /* Return the status of PROCESS. |
| 788 | The returned value is one of the following symbols: | 788 | The returned value is one of the following symbols: |
| 789 | run -- for a process that is running. | 789 | run -- for a process that is running. |
| @@ -5776,7 +5776,7 @@ don't send the signal. */) | |||
| 5776 | return process; | 5776 | return process; |
| 5777 | } | 5777 | } |
| 5778 | 5778 | ||
| 5779 | DEFUE ("kill-process", Fkill_process, Skill_process, 0, 2, 0, | 5779 | DEFUN ("kill-process", Fkill_process, Skill_process, 0, 2, 0, |
| 5780 | doc: /* Kill process PROCESS. May be process or name of one. | 5780 | doc: /* Kill process PROCESS. May be process or name of one. |
| 5781 | See function `interrupt-process' for more details on usage. */) | 5781 | See function `interrupt-process' for more details on usage. */) |
| 5782 | (Lisp_Object process, Lisp_Object current_group) | 5782 | (Lisp_Object process, Lisp_Object current_group) |
| @@ -6916,7 +6916,7 @@ close_process_descs (void) | |||
| 6916 | #endif | 6916 | #endif |
| 6917 | } | 6917 | } |
| 6918 | 6918 | ||
| 6919 | DEFUE ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0, | 6919 | DEFUN ("get-buffer-process", Fget_buffer_process, Sget_buffer_process, 1, 1, 0, |
| 6920 | doc: /* Return the (or a) process associated with BUFFER. | 6920 | doc: /* Return the (or a) process associated with BUFFER. |
| 6921 | BUFFER may be a buffer or the name of one. */) | 6921 | BUFFER may be a buffer or the name of one. */) |
| 6922 | (register Lisp_Object buffer) | 6922 | (register Lisp_Object buffer) |
| @@ -6983,7 +6983,7 @@ kill_buffer_processes (Lisp_Object buffer) | |||
| 6983 | #endif /* subprocesses */ | 6983 | #endif /* subprocesses */ |
| 6984 | } | 6984 | } |
| 6985 | 6985 | ||
| 6986 | DEFUE ("waiting-for-user-input-p", Fwaiting_for_user_input_p, | 6986 | DEFUN ("waiting-for-user-input-p", Fwaiting_for_user_input_p, |
| 6987 | Swaiting_for_user_input_p, 0, 0, 0, | 6987 | Swaiting_for_user_input_p, 0, 0, 0, |
| 6988 | doc: /* Returns non-nil if Emacs is waiting for input from the user. | 6988 | doc: /* Returns non-nil if Emacs is waiting for input from the user. |
| 6989 | This is intended for use by asynchronous process output filters and sentinels. */) | 6989 | This is intended for use by asynchronous process output filters and sentinels. */) |