]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_process): Fix typo in volatile load/restore.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Sep 2011 20:13:21 +0000 (13:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Sep 2011 20:13:21 +0000 (13:13 -0700)
src/callproc.c

index 4eb83824b83bdfad5e478728ffa0b5be1c697c0a..ecb03ea9db284ebfe74a335095e49cd6f0e12736 100644 (file)
@@ -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;
     }