diff options
| author | Karoly Lorentey | 2005-09-04 03:48:17 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-09-04 03:48:17 +0000 |
| commit | fbf349734468d48b421c3d03074bb66dfcf3115b (patch) | |
| tree | 0a7d1ee844b6c591a5a499d23e35931945106e5a /src/coding.h | |
| parent | f0caabd962b662cccbea472995d86af718cc8d0b (diff) | |
| parent | 4b5fa40e1f1ba3cafde672863a0331311d1c2695 (diff) | |
| download | emacs-fbf349734468d48b421c3d03074bb66dfcf3115b.tar.gz emacs-fbf349734468d48b421c3d03074bb66dfcf3115b.zip | |
Merged in changes from CVS trunk. Plus added lisp/term tweaks.
Patches applied:
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--base-0
tag of miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-474
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-1
Add CVS metadata files.
* lorentey@elte.hu--2004/emacs--cvs-trunk--0--patch-2
Update from CVS.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-393
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h index 4081b7f2028..158ebbf289f 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Header for coding system handler. | 1 | /* Header for coding system handler. |
| 2 | Copyright (C) 2004, 2005 Free Software Foundation, Inc. | ||
| 3 | Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. | 2 | Copyright (C) 1995, 1997 Electrotechnical Laboratory, JAPAN. |
| 4 | Licensed to the Free Software Foundation. | 3 | Licensed to the Free Software Foundation. |
| 4 | Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. | ||
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -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 | ||