aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index b19ceda532e..48640941412 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -1,7 +1,7 @@
1/* Coding system handler (conversion, detection, and etc). 1/* Coding system handler (conversion, detection, and etc).
2 Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN. 2 Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN.
3 Licensed to the Free Software Foundation. 3 Licensed to the Free Software Foundation.
4 Copyright (C) 2001,2002 Free Software Foundation, Inc. 4 Copyright (C) 2001,2002,2003 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
@@ -6504,7 +6504,7 @@ find_safe_codings (p, pend, safe_codings, work_table, single_byte_char_found)
6504 accept_latin_extra 6504 accept_latin_extra
6505 = ((EQ (AREF (val, 0), make_number (2)) 6505 = ((EQ (AREF (val, 0), make_number (2))
6506 && VECTORP (AREF (val, 4))) 6506 && VECTORP (AREF (val, 4)))
6507 ? AREF (AREF (val, 4), CODING_FLAG_ISO_LATIN_EXTRA) 6507 ? AREF (AREF (val, 4), 16)
6508 : Qnil); 6508 : Qnil);
6509 XSETCAR (tail, list5 (XCAR (elt), XCDR (elt), 6509 XSETCAR (tail, list5 (XCAR (elt), XCDR (elt),
6510 translation_table, hash_table, 6510 translation_table, hash_table,