Mercurial > emacs
changeset 88473:b47ee8b1ce03
(coding_inherit_eol_type)
(Fset_terminal_coding_system_internal)
(Fset_safe_terminal_coding_system_internal): Fix arg declarations.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 09 May 2002 17:59:31 +0000 |
parents | 7588f2b3779c |
children | fcc1029dcac2 |
files | src/coding.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Thu May 09 17:59:15 2002 +0000 +++ b/src/coding.c Thu May 09 17:59:31 2002 +0000 @@ -4651,6 +4651,7 @@ Lisp_Object coding_inherit_eol_type (coding_system, parent) + Lisp_Object coding_system, parent; { Lisp_Object spec, attrs, eol_type; @@ -6940,6 +6941,7 @@ Sset_terminal_coding_system_internal, 1, 1, 0, doc: /* Internal use only. */) (coding_system) + Lisp_Object coding_system; { CHECK_SYMBOL (coding_system); setup_coding_system (Fcheck_coding_system (coding_system), @@ -6959,6 +6961,7 @@ Sset_safe_terminal_coding_system_internal, 1, 1, 0, doc: /* Internal use only. */) (coding_system) + Lisp_Object coding_system; { CHECK_SYMBOL (coding_system); setup_coding_system (Fcheck_coding_system (coding_system),