diff options
| author | Paul Eggert | 2011-09-21 13:13:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-09-21 13:13:21 -0700 |
| commit | 12b3abd58ba9bfb6c2e8611254a2fa765dc1e492 (patch) | |
| tree | 5dcb94aaec9cd8626c8674bc86e1b20fe0d926c5 /src | |
| parent | 4c0078d4ab7fa8c234fa8098ec3a9686199edbff (diff) | |
| download | emacs-12b3abd58ba9bfb6c2e8611254a2fa765dc1e492.tar.gz emacs-12b3abd58ba9bfb6c2e8611254a2fa765dc1e492.zip | |
(Fcall_process): Fix typo in volatile load/restore.
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index 4eb83824b83..ecb03ea9db2 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -631,7 +631,7 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */) | |||
| 631 | fd_error = fd_error_volatile; | 631 | fd_error = fd_error_volatile; |
| 632 | fd_output = fd_output_volatile; | 632 | fd_output = fd_output_volatile; |
| 633 | output_to_buffer = output_to_buffer_volatile; | 633 | output_to_buffer = output_to_buffer_volatile; |
| 634 | sa_must_free_volatile = sa_must_free; | 634 | sa_must_free = sa_must_free_volatile; |
| 635 | sa_count = sa_count_volatile; | 635 | sa_count = sa_count_volatile; |
| 636 | new_argv = new_argv_volatile; | 636 | new_argv = new_argv_volatile; |
| 637 | } | 637 | } |