emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/editfns.c
Date: Fri, 28 Oct 2005 12:26:46 -0400

Index: emacs/src/editfns.c
diff -c emacs/src/editfns.c:1.403 emacs/src/editfns.c:1.404
*** emacs/src/editfns.c:1.403   Mon Oct 24 08:35:50 2005
--- emacs/src/editfns.c Fri Oct 28 16:26:45 2005
***************
*** 3662,3668 ****
                    ++nchars;
                  }
  
!             start = nchars;
              nchars += nchars_string;
              end = nchars;
  
--- 3662,3668 ----
                    ++nchars;
                  }
  
!             info[n].start = start = nchars;
              nchars += nchars_string;
              end = nchars;
  
***************
*** 3677,3682 ****
--- 3677,3684 ----
                              nbytes,
                              STRING_MULTIBYTE (args[n]), multibyte);
  
+             info[n].end = nchars;
+ 
              if (negative)
                while (padding-- > 0)
                  {
***************
*** 3713,3721 ****
              else
                p += this_nchars;
              nchars += this_nchars;
            }
  
-         info[n].end = nchars;
        }
        else if (STRING_MULTIBYTE (args[0]))
        {
--- 3715,3723 ----
              else
                p += this_nchars;
              nchars += this_nchars;
+             info[n].end = nchars;
            }
  
        }
        else if (STRING_MULTIBYTE (args[0]))
        {




reply via email to

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