From: Paul Eggert Date: Wed, 21 Sep 2011 20:13:21 +0000 (-0700) Subject: (Fcall_process): Fix typo in volatile load/restore. X-Git-Tag: emacs-24.2.90~471^2~6^2~209 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12b3abd58ba9bfb6c2e8611254a2fa765dc1e492;p=emacs.git (Fcall_process): Fix typo in volatile load/restore. --- 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) */) fd_error = fd_error_volatile; fd_output = fd_output_volatile; output_to_buffer = output_to_buffer_volatile; - sa_must_free_volatile = sa_must_free; + sa_must_free = sa_must_free_volatile; sa_count = sa_count_volatile; new_argv = new_argv_volatile; }