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

(Fset_char_table_range): Fix previous change.

This commit is contained in:
Kenichi Handa 2004-02-05 04:55:21 +00:00
parent 64d1e37322
commit ebaff4af68
2 changed files with 3 additions and 1 deletions

View File

@ -8,6 +8,8 @@
2004-02-05 Kenichi Handa <handa@m17n.org>
* fns.c (Fset_char_table_range): Fix previous change.
* buffer.c (Fset_buffer_multibyte): Fix docstring.
2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>

View File

@ -2519,7 +2519,7 @@ character set, or a character code. Return VALUE. */)
|| ! 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++)