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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c
Date: Thu, 24 Mar 2005 14:09:58 -0500

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.205 emacs/src/callproc.c:1.206
*** emacs/src/callproc.c:1.205  Tue Nov  2 10:10:35 2004
--- emacs/src/callproc.c        Thu Mar 24 19:09:58 2005
***************
*** 1,6 ****
  /* 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.
  
--- 1,6 ----
  /* Synchronous subprocess invocation for GNU Emacs.
!    Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001,
!      2002, 2003, 2004, 2005  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 130,139 ****
  /* If synch_process_death is zero,
     this is exit code of synchronous subprocess.  */
  int synch_process_retcode;
- 
- extern Lisp_Object Vdoc_file_name;
- 
- extern Lisp_Object Vfile_name_coding_system, Vdefault_file_name_coding_system;
  
  /* Clean up when exiting Fcall_process.
     On MSDOS, delete the temporary file on any kind of termination.
--- 130,135 ----




reply via email to

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