/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.1.492.2.20  
changed lines
  Added in v.1.492.2.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26