emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callproc.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c
Date: Sun, 18 May 2003 11:10:00 -0400

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.196 emacs/src/callproc.c:1.197
*** emacs/src/callproc.c:1.196  Tue Feb  4 09:03:11 2003
--- emacs/src/callproc.c        Sun May 18 11:10:00 2003
***************
*** 1011,1017 ****
  Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted.
  Remaining args are passed to PROGRAM at startup as command args.
  
! If BUFFER is nil, `call-process-region' returns immediately with value nil.
  Otherwise it waits for PROGRAM to terminate
  and returns a numeric exit status or a signal description string.
  If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.
--- 1011,1017 ----
  Sixth arg DISPLAY non-nil means redisplay buffer as output is inserted.
  Remaining args are passed to PROGRAM at startup as command args.
  
! If BUFFER is 0, `call-process-region' returns immediately with value nil.
  Otherwise it waits for PROGRAM to terminate
  and returns a numeric exit status or a signal description string.
  If you quit, the process is killed with SIGINT, or SIGKILL if you quit again.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]