# HG changeset patch # User Andreas Schwab # Date 1053807115 0 # Node ID e610d367508d54e726f50ff1d145f22f796d46b9 # Parent 79ec3bcd1a8165191251c50b67571de9b466f431 (find_safe_codings): Fix last change. diff -r 79ec3bcd1a81 -r e610d367508d src/coding.c --- a/src/coding.c Sat May 24 19:31:42 2003 +0000 +++ b/src/coding.c Sat May 24 20:11:55 2003 +0000 @@ -1,7 +1,7 @@ /* Coding system handler (conversion, detection, and etc). Copyright (C) 1995, 1997, 1998, 2002 Electrotechnical Laboratory, JAPAN. Licensed to the Free Software Foundation. - Copyright (C) 2001,2002 Free Software Foundation, Inc. + Copyright (C) 2001,2002,2003 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -6504,7 +6504,7 @@ accept_latin_extra = ((EQ (AREF (val, 0), make_number (2)) && VECTORP (AREF (val, 4))) - ? AREF (AREF (val, 4), CODING_FLAG_ISO_LATIN_EXTRA) + ? AREF (AREF (val, 4), 16) : Qnil); XSETCAR (tail, list5 (XCAR (elt), XCDR (elt), translation_table, hash_table,