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

Diff of /emacs/src/editfns.c

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

revision 1.403 by kfstorm, Mon Oct 24 08:35:50 2005 UTC revision 1.404 by rms, Fri Oct 28 16:26:45 2005 UTC
# Line 3662  usage: (format STRING &rest OBJECTS)  */ Line 3662  usage: (format STRING &rest OBJECTS)  */
3662                      ++nchars;                      ++nchars;
3663                    }                    }
3664    
3665                start = nchars;                info[n].start = start = nchars;
3666                nchars += nchars_string;                nchars += nchars_string;
3667                end = nchars;                end = nchars;
3668    
# Line 3677  usage: (format STRING &rest OBJECTS)  */ Line 3677  usage: (format STRING &rest OBJECTS)  */
3677                                nbytes,                                nbytes,
3678                                STRING_MULTIBYTE (args[n]), multibyte);                                STRING_MULTIBYTE (args[n]), multibyte);
3679    
3680                  info[n].end = nchars;
3681    
3682                if (negative)                if (negative)
3683                  while (padding-- > 0)                  while (padding-- > 0)
3684                    {                    {
# Line 3713  usage: (format STRING &rest OBJECTS)  */ Line 3715  usage: (format STRING &rest OBJECTS)  */
3715                else                else
3716                  p += this_nchars;                  p += this_nchars;
3717                nchars += this_nchars;                nchars += this_nchars;
3718                  info[n].end = nchars;
3719              }              }
3720    
           info[n].end = nchars;  
3721          }          }
3722        else if (STRING_MULTIBYTE (args[0]))        else if (STRING_MULTIBYTE (args[0]))
3723          {          {

Legend:
Removed from v.1.403  
changed lines
  Added in v.1.404

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