emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Sat, 24 May 2003 16:11:56 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.279 emacs/src/coding.c:1.280
*** emacs/src/coding.c:1.279    Thu May 22 01:53:23 2003
--- emacs/src/coding.c  Sat May 24 16:11:55 2003
***************
*** 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.
  
  This file is part of GNU Emacs.
  
--- 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,2003  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 6504,6510 ****
                  accept_latin_extra
                    = ((EQ (AREF (val, 0), make_number (2))
                        && VECTORP (AREF (val, 4)))
!                      ? AREF (AREF (val, 4), CODING_FLAG_ISO_LATIN_EXTRA)
                       : Qnil);
                  XSETCAR (tail, list5 (XCAR (elt), XCDR (elt),
                                        translation_table, hash_table,
--- 6504,6510 ----
                  accept_latin_extra
                    = ((EQ (AREF (val, 0), make_number (2))
                        && VECTORP (AREF (val, 4)))
!                      ? AREF (AREF (val, 4), 16)
                       : Qnil);
                  XSETCAR (tail, list5 (XCAR (elt), XCDR (elt),
                                        translation_table, hash_table,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]