aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 7bbe88bf67a..feab2714aef 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -697,9 +697,8 @@ struct Lisp_Vector
697 ? XSUB_CHAR_TABLE (XCHAR_TABLE (CT)->ascii)->contents[IDX] \ 697 ? XSUB_CHAR_TABLE (XCHAR_TABLE (CT)->ascii)->contents[IDX] \
698 : char_table_ref ((CT), (IDX))) 698 : char_table_ref ((CT), (IDX)))
699 699
700/* Almost equivalent to Faref (CT, IDX) with optimization for ASCII 700/* Almost equivalent to Faref (CT, IDX). However, if the result is
701 and 8-bit Europeans characters. However, if the result is nil, 701 not a character, return IDX.
702 return IDX.
703 702
704 For these characters, do not check validity of CT 703 For these characters, do not check validity of CT
705 and do not follow parent. */ 704 and do not follow parent. */