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:
parent
c5bfa12bad
commit
75ec644a43
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user