Mercurial > emacs
changeset 53821:7848629711b6
(Fset_char_table_range): Fix previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 05 Feb 2004 04:52:49 +0000 |
parents | 45a2ab3257d2 |
children | add088b6ecef |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Thu Feb 05 04:19:44 2004 +0000 +++ b/src/fns.c Thu Feb 05 04:52:49 2004 +0000 @@ -2519,7 +2519,7 @@ || ! NATNUMP (AREF (charset_info, 0)) || (charset_id = XINT (AREF (charset_info, 0)), ! CHARSET_DEFINED_P (charset_id))) - error ("Invalid charset: %s", SYMBOL_NAME (range)); + error ("Invalid charset: %s", SDATA (SYMBOL_NAME (range))); if (charset_id == CHARSET_ASCII) for (i = 0; i < 128; i++)