1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2003-10-06 11:24:18 +00:00
parent 0e3dd87aae
commit dcafe1c7b8
3 changed files with 26 additions and 4 deletions

View file

@ -697,9 +697,8 @@ struct Lisp_Vector
? XSUB_CHAR_TABLE (XCHAR_TABLE (CT)->ascii)->contents[IDX] \
: char_table_ref ((CT), (IDX)))
/* Almost equivalent to Faref (CT, IDX) with optimization for ASCII
and 8-bit Europeans characters. However, if the result is nil,
return IDX.
/* Almost equivalent to Faref (CT, IDX). However, if the result is
not a character, return IDX.
For these characters, do not check validity of CT
and do not follow parent. */