diff options
| author | Kim F. Storm | 2005-07-12 13:16:18 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-07-12 13:16:18 +0000 |
| commit | 387f6ba5c2db1ae205f0cee945e9fbd7b9662aaa (patch) | |
| tree | 60d12a3b02d4cbf9d6359677ca737e1aefc0bfe7 /src | |
| parent | 5c7f9de1257fcdf3ff7275c9ea313a691aba7615 (diff) | |
| download | emacs-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.c | 2 | ||||
| -rw-r--r-- | src/coding.h | 4 |
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; | |||
| 363 | Lisp_Object Qvalid_codes; | 363 | Lisp_Object Qvalid_codes; |
| 364 | 364 | ||
| 365 | extern Lisp_Object Qinsert_file_contents, Qwrite_region; | 365 | extern Lisp_Object Qinsert_file_contents, Qwrite_region; |
| 366 | Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; | 366 | Lisp_Object Qcall_process, Qcall_process_region; |
| 367 | Lisp_Object Qstart_process, Qopen_network_stream; | 367 | Lisp_Object Qstart_process, Qopen_network_stream; |
| 368 | Lisp_Object Qtarget_idx; | 368 | Lisp_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 *, | |||
| 628 | extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, | 628 | extern Lisp_Object run_pre_post_conversion_on_str P_ ((Lisp_Object, |
| 629 | struct coding_system *, | 629 | struct coding_system *, |
| 630 | int)); | 630 | int)); |
| 631 | extern void run_pre_write_conversin_on_c_str P_ ((unsigned char **, int *, | 631 | extern 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 |
| 668 | extern Lisp_Object Qfile_coding_system; | 668 | extern Lisp_Object Qfile_coding_system; |
| 669 | extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; | 669 | extern Lisp_Object Qcall_process, Qcall_process_region; |
| 670 | extern Lisp_Object Qstart_process, Qopen_network_stream; | 670 | extern Lisp_Object Qstart_process, Qopen_network_stream; |
| 671 | extern Lisp_Object Qwrite_region; | 671 | extern Lisp_Object Qwrite_region; |
| 672 | 672 | ||