Mercurial > emacs
comparison src/coding.c @ 82982:1747ce67f759
Merged in changes from CVS head
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-4
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-22
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 29 Dec 2003 13:59:23 +0000 |
parents | 58de40c3a5c1 |
children | 68f86fa2b022 |
comparison
equal
deleted
inserted
replaced
53343:56e4b7166995 | 82982:1747ce67f759 |
---|---|
6383 | 6383 |
6384 DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system, | 6384 DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system, |
6385 1, 1, 0, | 6385 1, 1, 0, |
6386 doc: /* Check validity of CODING-SYSTEM. | 6386 doc: /* Check validity of CODING-SYSTEM. |
6387 If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. | 6387 If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. |
6388 It is valid if it is a symbol with a non-nil `coding-system' property. | 6388 It is valid if it is nil or a symbol with a non-nil `coding-system' property. |
6389 The value of property should be a vector of length 5. */) | 6389 The value of this property should be a vector of length 5. */) |
6390 (coding_system) | 6390 (coding_system) |
6391 Lisp_Object coding_system; | 6391 Lisp_Object coding_system; |
6392 { | 6392 { |
6393 Lisp_Object define_form; | 6393 Lisp_Object define_form; |
6394 | 6394 |