emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/casefiddle.c
Date: Tue, 01 Feb 2005 19:57:33 -0500

Index: emacs/src/casefiddle.c
diff -c emacs/src/casefiddle.c:1.50 emacs/src/casefiddle.c:1.51
*** emacs/src/casefiddle.c:1.50 Tue Feb  1 23:49:46 2005
--- emacs/src/casefiddle.c      Wed Feb  2 00:57:33 2005
***************
*** 255,261 ****
                                   start + 1, i + fromlen,
                                   str, 1, tolen,
                                   1);
!                 opoint_byte += tolen - fromlen;
                }
            }
          if ((int) flag >= (int) CASE_CAPITALIZE)
--- 255,262 ----
                                   start + 1, i + fromlen,
                                   str, 1, tolen,
                                   1);
!                 if (opoint > start)
!                   opoint_byte += tolen - fromlen;
                }
            }
          if ((int) flag >= (int) CASE_CAPITALIZE)




reply via email to

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