]> code.delx.au - gnu-emacs/commitdiff
* coding.c (Qprocess_argument):
authorKim F. Storm <storm@cua.dk>
Tue, 12 Jul 2005 13:16:18 +0000 (13:16 +0000)
committerKim F. Storm <storm@cua.dk>
Tue, 12 Jul 2005 13:16:18 +0000 (13:16 +0000)
* coding.h (Qprocess_argument): Remove unused var.

src/coding.c
src/coding.h

index 46dd8fe780d193de0e3e83e81d6b95652298bd72..d74f4a93ce98b08bd329c3b67fac2b720698b8ff 100644 (file)
@@ -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;
 
index ee86cd6ac12f84e3ddf25f351687d8b53f8eafc3..b9ea459700563fafe8f4c443cf221d86bb99837e 100644 (file)
@@ -628,7 +628,7 @@ extern int code_convert_region P_ ((int, int, int, int, struct coding_system *,
 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 @@ extern Lisp_Object eol_mnemonic_undecided;
 
 #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;