diff options
| author | Kim F. Storm <storm@cua.dk> | 2005-07-12 13:16:18 +0000 |
|---|---|---|
| committer | Kim F. Storm <storm@cua.dk> | 2005-07-12 13:16:18 +0000 |
| commit | 387f6ba5c2db1ae205f0cee945e9fbd7b9662aaa (patch) | |
| tree | 60d12a3b02d4cbf9d6359677ca737e1aefc0bfe7 /src/coding.c | |
| parent | 5c7f9de1257fcdf3ff7275c9ea313a691aba7615 (diff) | |
| download | emacs-387f6ba5c2db1ae205f0cee945e9fbd7b9662aaa.tar.gz | |
* coding.c (Qprocess_argument):
* coding.h (Qprocess_argument): Remove unused var.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 46dd8fe780d..d74f4a93ce9 100644 --- a/src/coding.c +++ b/src/coding.c @@ -363,7 +363,7 @@ Lisp_Object Qsafe_chars; Lisp_Object Qvalid_codes; extern Lisp_Object Qinsert_file_contents, Qwrite_region; -Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; +Lisp_Object Qcall_process, Qcall_process_region; Lisp_Object Qstart_process, Qopen_network_stream; Lisp_Object Qtarget_idx; |
