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:
parent
0e3dd87aae
commit
dcafe1c7b8
3 changed files with 26 additions and 4 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue