diff options
| author | Stefan Monnier | 2005-03-24 19:09:58 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-03-24 19:09:58 +0000 |
| commit | fe12847aa48d9517390b2045090f6db02c8a424c (patch) | |
| tree | 9b911fa52b8007e9e23b05476ddbac2d9866759f /src/callproc.c | |
| parent | ff18668fa0cdc0c5cfb694c824ef0aa7cf1193cc (diff) | |
| download | emacs-fe12847aa48d9517390b2045090f6db02c8a424c.tar.gz emacs-fe12847aa48d9517390b2045090f6db02c8a424c.zip | |
(Vdoc_file_name, Vfile_name_coding_system)
(Vdefault_file_name_coding_system): Remove unused declaration.
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/callproc.c b/src/callproc.c index e251fc65941..6027ccdda9f 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Synchronous subprocess invocation for GNU Emacs. | 1 | /* Synchronous subprocess invocation for GNU Emacs. |
| 2 | Copyright (C) 1985,86,87,88,93,94,95,99, 2000,01,02,03,04 | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1999, 2000, 2001, |
| 3 | Free Software Foundation, Inc. | 3 | 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -130,10 +130,6 @@ int synch_process_termsig; | |||
| 130 | /* If synch_process_death is zero, | 130 | /* If synch_process_death is zero, |
| 131 | this is exit code of synchronous subprocess. */ | 131 | this is exit code of synchronous subprocess. */ |
| 132 | int synch_process_retcode; | 132 | int synch_process_retcode; |
| 133 | |||
| 134 | extern Lisp_Object Vdoc_file_name; | ||
| 135 | |||
| 136 | extern Lisp_Object Vfile_name_coding_system, Vdefault_file_name_coding_system; | ||
| 137 | 133 | ||
| 138 | /* Clean up when exiting Fcall_process. | 134 | /* Clean up when exiting Fcall_process. |
| 139 | On MSDOS, delete the temporary file on any kind of termination. | 135 | On MSDOS, delete the temporary file on any kind of termination. |