emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Tue, 16 Nov 2004 11:06:02 -0500

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.376 emacs/src/fns.c:1.377
*** emacs/src/fns.c:1.376       Mon Nov 15 15:21:14 2004
--- emacs/src/fns.c     Tue Nov 16 15:35:14 2004
***************
*** 741,747 ****
                  }
                else
                  {
!                   XSETFASTINT (elt, SREF (this, thisindex++));
                    if (some_multibyte
                        && (XINT (elt) >= 0240
                            || (XINT (elt) >= 0200
--- 741,747 ----
                  }
                else
                  {
!                   XSETFASTINT (elt, SREF (this, thisindex)); thisindex++;
                    if (some_multibyte
                        && (XINT (elt) >= 0240
                            || (XINT (elt) >= 0200




reply via email to

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