1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

(Fmodify_category_entry): Use SPLIT_CHAR, not

SPLIT_NON_ASCII_CHAR.
This commit is contained in:
Kenichi Handa 2000-05-19 23:51:29 +00:00
parent c5bfa12bad
commit 75ec644a43

View File

@ -394,7 +394,7 @@ If optional fourth argument RESET is non-nil,\n\
return Qnil;
}
SPLIT_NON_ASCII_CHAR (c, charset, c1, c2);
SPLIT_CHAR (c, charset, c1, c2);
/* The top level table. */
val = XCHAR_TABLE (table)->contents[charset + 128];