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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c [lexbind]
Date: Tue, 06 Jul 2004 07:02:25 -0400

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.187.2.3 emacs/src/callproc.c:1.187.2.4
*** emacs/src/callproc.c:1.187.2.3      Thu Feb  5 14:48:50 2004
--- emacs/src/callproc.c        Tue Jul  6 10:17:20 2004
***************
*** 1,5 ****
  /* Synchronous subprocess invocation for GNU Emacs.
!    Copyright (C) 1985,86,87,88,93,94,95,99, 2000, 2001
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* Synchronous subprocess invocation for GNU Emacs.
!    Copyright (C) 1985,86,87,88,93,94,95,99, 2000,01,02,03,04
     Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 222,228 ****
    register int pid;
    char buf[16384];
    char *bufptr = buf;
!   int bufsize = 16384;
    int count = SPECPDL_INDEX ();
  
    register const unsigned char **new_argv
--- 222,228 ----
    register int pid;
    char buf[16384];
    char *bufptr = buf;
!   int bufsize = sizeof buf;
    int count = SPECPDL_INDEX ();
  
    register const unsigned char **new_argv




reply via email to

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