Mercurial > emacs
changeset 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 | 3a4e65404af5 |
children | d040da8972f5 |
files | src/coding.c src/coding.h |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
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;
--- 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;