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: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/casefiddle.c
Date: Tue, 16 Jul 2002 11:48:59 -0400

Index: emacs/src/casefiddle.c
diff -c emacs/src/casefiddle.c:1.41 emacs/src/casefiddle.c:1.42
*** emacs/src/casefiddle.c:1.41 Sun Jul 14 20:00:35 2002
--- emacs/src/casefiddle.c      Tue Jul 16 11:48:59 2002
***************
*** 90,96 ****
                  : ! SINGLE_BYTE_CHAR_P (c))
                break;
  
!             SREF (obj, i) = c;
              if ((int) flag >= (int) CASE_CAPITALIZE)
                inword = SYNTAX (c) == Sword;
              i++;
--- 90,96 ----
                  : ! SINGLE_BYTE_CHAR_P (c))
                break;
  
!             SSET (obj, i, c);
              if ((int) flag >= (int) CASE_CAPITALIZE)
                inword = SYNTAX (c) == Sword;
              i++;



reply via email to

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