]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcall_process): Allow creating a new buffer for the output.
authorRichard M. Stallman <rms@gnu.org>
Tue, 3 Feb 1998 06:14:39 +0000 (06:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 3 Feb 1998 06:14:39 +0000 (06:14 +0000)
src/callproc.c

index 18f11c1d8b7bd3c9587170c9f522aacea4d30042..4e1821a2aef3d786d31133614c879c18ebbe0627 100644 (file)
@@ -367,7 +367,7 @@ If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.")
        {
          Lisp_Object spec_buffer;
          spec_buffer = buffer;
-         buffer = Fget_buffer (buffer);
+         buffer = Fget_buffer_create (buffer);
          /* Mention the buffer name for a better error message.  */
          if (NILP (buffer))
            CHECK_BUFFER (spec_buffer, 2);