mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-21 05:00:47 -08:00
(coding_inherit_eol_type)
(Fset_terminal_coding_system_internal) (Fset_safe_terminal_coding_system_internal): Fix arg declarations.
This commit is contained in:
parent
adab24c879
commit
b74e4686d5
2 changed files with 15 additions and 1 deletions
|
|
@ -4651,6 +4651,7 @@ raw_text_coding_system (coding_system)
|
|||
|
||||
Lisp_Object
|
||||
coding_inherit_eol_type (coding_system, parent)
|
||||
Lisp_Object coding_system, parent;
|
||||
{
|
||||
Lisp_Object spec, attrs, eol_type;
|
||||
|
||||
|
|
@ -6940,6 +6941,7 @@ DEFUN ("set-terminal-coding-system-internal",
|
|||
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 @@ DEFUN ("set-safe-terminal-coding-system-internal",
|
|||
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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue