emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fileio.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/fileio.c [emacs-unicode-2]
Date: Wed, 15 Sep 2004 05:22:54 -0400

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.492.2.20 emacs/src/fileio.c:1.492.2.21
*** emacs/src/fileio.c:1.492.2.20       Thu Sep  9 09:36:35 2004
--- emacs/src/fileio.c  Wed Sep 15 09:00:00 2004
***************
*** 1,6 ****
  /* File IO for GNU Emacs.
!    Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000,01,03,2004
!      Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* File IO for GNU Emacs.
!    Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994, 1995, 1996, 1997, 1998,
!      1999, 2000, 2001, 2003, 2004  Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
***************
*** 4304,4310 ****
        /* Replace the chars that we need to replace,
         and update INSERTED to equal the number of bytes
         we are taking from the decoded string.  */
!       inserted -= (Z_BYTE - same_at_end) + (same_at_start - BEG_BYTE);
  
        if (same_at_end != same_at_start)
        {
--- 4304,4310 ----
        /* Replace the chars that we need to replace,
         and update INSERTED to equal the number of bytes
         we are taking from the decoded string.  */
!       inserted -= (ZV_BYTE - same_at_end) + (same_at_start - BEGV_BYTE);
  
        if (same_at_end != same_at_start)
        {




reply via email to

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