summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2003-05-24 20:11:55 +0000
committerAndreas Schwab <schwab@suse.de>2003-05-24 20:11:55 +0000
commitdca2b44a1d8e3d9c2460939e56527b7212f2cfb6 (patch)
tree946ca210de404480ede1c2a330da48f6085b511b
parentd14783a45ba0f4f2072f4b98a61bf7d3e810ff53 (diff)
downloademacs-dca2b44a1d8e3d9c2460939e56527b7212f2cfb6.tar.gz
(find_safe_codings): Fix last change.
-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 @@
/* 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 @@ find_safe_codings (p, pend, safe_codings, work_table, single_byte_char_found)
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,