Mercurial > emacs
diff src/process.c @ 90133:4da4a09e8b1b
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-31
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 206-222)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 45-52)
- Update from CVS
- Update from CVS: texi Makefile.in CVS keyw cruft
- Update from CVS: ChangeLog tweaks
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Thu, 31 Mar 2005 09:58:14 +0000 |
| parents | 30ad2795fdab d1daa8bf79fd |
| children | f042e7c0fe20 |
line wrap: on
line diff
--- a/src/process.c Tue Mar 29 00:48:14 2005 +0000 +++ b/src/process.c Thu Mar 31 09:58:14 2005 +0000 @@ -1,6 +1,6 @@ /* Asynchronous subprocess control for GNU Emacs. - Copyright (C) 1985, 86, 87, 88, 93, 94, 95, 96, 98, 1999, - 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1998, 1999, + 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -376,8 +376,6 @@ /* Maximum number of bytes to send to a pty without an eof. */ static int pty_max_bytes; -extern Lisp_Object Vfile_name_coding_system, Vdefault_file_name_coding_system; - #ifdef HAVE_PTYS #ifdef HAVE_PTY_H #include <pty.h>
