# HG changeset patch # User Kim F. Storm # Date 1121174178 0 # Node ID 3de1b955c31a7a5b0d977682ef70ffba5fde54f2 # Parent 3a4e65404af5001fad9dddc3bde9c7866dee0e71 * coding.c (Qprocess_argument): * coding.h (Qprocess_argument): Remove unused var. diff -r 3a4e65404af5 -r 3de1b955c31a src/coding.c --- 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; diff -r 3a4e65404af5 -r 3de1b955c31a src/coding.h --- a/src/coding.h Tue Jul 12 13:16:01 2005 +0000 +++ b/src/coding.h Tue Jul 12 13:16:18 2005 +0000 @@ -628,7 +628,7 @@ extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, struct coding_system *, int)); -extern void run_pre_write_conversin_on_c_str P_ ((unsigned char **, int *, +extern void run_pre_write_conversin_on_c_str P_ ((unsigned char **, int *, int, int, struct coding_system *)); @@ -666,7 +666,7 @@ #ifdef emacs extern Lisp_Object Qfile_coding_system; -extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; +extern Lisp_Object Qcall_process, Qcall_process_region; extern Lisp_Object Qstart_process, Qopen_network_stream; extern Lisp_Object Qwrite_region;