diff src/coding.c @ 64251:3de1b955c31a

* coding.c (Qprocess_argument): * coding.h (Qprocess_argument): Remove unused var.
author Kim F. Storm <storm@cua.dk>
date Tue, 12 Jul 2005 13:16:18 +0000
parents a8fa7c632ee4
children 93129de4b8a4 fbb2bea03df9
line wrap: on
line diff
--- a/src/coding.c	Tue Jul 12 13:16:01 2005 +0000
+++ b/src/coding.c	Tue Jul 12 13:16:18 2005 +0000
@@ -363,7 +363,7 @@
 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;