aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorKenichi Handa2012-10-19 21:59:42 +0900
committerKenichi Handa2012-10-19 21:59:42 +0900
commita0d7415fb62cf17e1465ee19cffb3ae6e20390b3 (patch)
treec4fb400eed4b0db6f47a2a48e1a576bf2417a2b5 /src/coding.c
parentc052c554b44b809e672370e498dd3957494126d8 (diff)
downloademacs-a0d7415fb62cf17e1465ee19cffb3ae6e20390b3.tar.gz
emacs-a0d7415fb62cf17e1465ee19cffb3ae6e20390b3.zip
font.c (Ffont_at): Fix previous change.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 412d7245223..7628a9fbf2e 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -415,7 +415,7 @@ enum iso_code_class_type
415 ISO_shift_out, /* ISO_CODE_SO (0x0E) */ 415 ISO_shift_out, /* ISO_CODE_SO (0x0E) */
416 ISO_shift_in, /* ISO_CODE_SI (0x0F) */ 416 ISO_shift_in, /* ISO_CODE_SI (0x0F) */
417 ISO_single_shift_2_7, /* ISO_CODE_SS2_7 (0x19) */ 417 ISO_single_shift_2_7, /* ISO_CODE_SS2_7 (0x19) */
418 ISO_escape, /* ISO_CODE_SO (0x1B) */ 418 ISO_escape, /* ISO_CODE_ESC (0x1B) */
419 ISO_control_1, /* Control codes in the range 419 ISO_control_1, /* Control codes in the range
420 0x80..0x9F, except for the 420 0x80..0x9F, except for the
421 following 3 codes. */ 421 following 3 codes. */