aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-07-12 13:16:18 +0000
committerKim F. Storm2005-07-12 13:16:18 +0000
commit387f6ba5c2db1ae205f0cee945e9fbd7b9662aaa (patch)
tree60d12a3b02d4cbf9d6359677ca737e1aefc0bfe7 /src
parent5c7f9de1257fcdf3ff7275c9ea313a691aba7615 (diff)
downloademacs-387f6ba5c2db1ae205f0cee945e9fbd7b9662aaa.tar.gz
emacs-387f6ba5c2db1ae205f0cee945e9fbd7b9662aaa.zip
* coding.c (Qprocess_argument):
* coding.h (Qprocess_argument): Remove unused var.
Diffstat (limited to 'src')
-rw-r--r--src/coding.c2
-rw-r--r--src/coding.h4
2 files changed, 3 insertions, 3 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;
363Lisp_Object Qvalid_codes; 363Lisp_Object Qvalid_codes;
364 364
365extern Lisp_Object Qinsert_file_contents, Qwrite_region; 365extern Lisp_Object Qinsert_file_contents, Qwrite_region;
366Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; 366Lisp_Object Qcall_process, Qcall_process_region;
367Lisp_Object Qstart_process, Qopen_network_stream; 367Lisp_Object Qstart_process, Qopen_network_stream;
368Lisp_Object Qtarget_idx; 368Lisp_Object Qtarget_idx;
369 369
diff --git a/src/coding.h b/src/coding.h
index ee86cd6ac12..b9ea4597005 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -628,7 +628,7 @@ extern int code_convert_region P_ ((int, int, int, int, struct coding_system *,
628extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, 628extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object,
629 struct coding_system *, 629 struct coding_system *,
630 int)); 630 int));
631extern void run_pre_write_conversin_on_c_str P_ ((unsigned char **, int *, 631extern void run_pre_write_conversin_on_c_str P_ ((unsigned char **, int *,
632 int, int, 632 int, int,
633 struct coding_system *)); 633 struct coding_system *));
634 634
@@ -666,7 +666,7 @@ extern Lisp_Object eol_mnemonic_undecided;
666 666
667#ifdef emacs 667#ifdef emacs
668extern Lisp_Object Qfile_coding_system; 668extern Lisp_Object Qfile_coding_system;
669extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; 669extern Lisp_Object Qcall_process, Qcall_process_region;
670extern Lisp_Object Qstart_process, Qopen_network_stream; 670extern Lisp_Object Qstart_process, Qopen_network_stream;
671extern Lisp_Object Qwrite_region; 671extern Lisp_Object Qwrite_region;
672 672