1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-18 11:50:38 -08:00

font.c (Ffont_at): Fix previous change.

This commit is contained in:
Kenichi Handa 2012-10-19 21:59:42 +09:00
parent c052c554b4
commit a0d7415fb6
3 changed files with 6 additions and 2 deletions

View file

@ -415,7 +415,7 @@ enum iso_code_class_type
ISO_shift_out, /* ISO_CODE_SO (0x0E) */
ISO_shift_in, /* ISO_CODE_SI (0x0F) */
ISO_single_shift_2_7, /* ISO_CODE_SS2_7 (0x19) */
ISO_escape, /* ISO_CODE_SO (0x1B) */
ISO_escape, /* ISO_CODE_ESC (0x1B) */
ISO_control_1, /* Control codes in the range
0x80..0x9F, except for the
following 3 codes. */