# HG changeset patch # User Richard M. Stallman # Date 883783401 0 # Node ID 460e5621e8c9a352d4a4b3711e0e51e312e010e3 # Parent 928b9aff1e644850d98d62fcf214f98cd7b27f24 (Fchar_boundary_p): Function deleted. (syms_of_charset): defsubr deleted. diff -r 928b9aff1e64 -r 460e5621e8c9 src/charset.c --- a/src/charset.c Fri Jan 02 23:12:03 1998 +0000 +++ b/src/charset.c Fri Jan 02 23:23:21 1998 +0000 @@ -1056,21 +1056,6 @@ return chars; } -DEFUN ("char-boundary-p", Fchar_boundary_p, Schar_boundary_p, 1, 1, 0, - "Return non-nil value if POS is at character boundary of multibyte form.\n\ -When the value is non-nil, it contains some additional information:\n\ - 0 if POS is at an ASCII character or at the end of range,\n\ - 1 if POS is before a 2-byte length multi-byte form,\n\ - 2 if POS is before a 3-byte length multi-byte form,\n\ - 3 if POS is before a 4-byte length multi-byte form,\n\ - 4 if POS is before a composite character.\n\ -If POS is out of range or not at character boundary, return NIL.") - (pos) - Lisp_Object pos; -{ - return make_number (0); -} - DEFUN ("concat-chars", Fconcat_chars, Sconcat_chars, 1, MANY, 0, "Concatenate all the argument characters and make the result a string.") (n, args) @@ -1643,7 +1628,6 @@ defsubr (&Schar_direction); defsubr (&Schars_in_string); defsubr (&Schars_in_region); - defsubr (&Schar_boundary_p); defsubr (&Sconcat_chars); defsubr (&Scmpcharp); defsubr (&Scmpchar_component);