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: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Mon, 15 Jul 2002 02:55:28 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.318 emacs/src/fns.c:1.319
*** emacs/src/fns.c:1.318       Sun Jul 14 22:16:15 2002
--- emacs/src/fns.c     Mon Jul 15 02:55:28 2002
***************
*** 1135,1141 ****
        str_as_multibyte (SDATA (new_string), nbytes,
                          SBYTES (string), NULL);
        string = new_string;
!       STRING_INTERVALS (string) = NULL_INTERVAL;
      }
    return string;
  }
--- 1135,1141 ----
        str_as_multibyte (SDATA (new_string), nbytes,
                          SBYTES (string), NULL);
        string = new_string;
!       STRING_SET_INTERVALS (string, NULL_INTERVAL);
      }
    return string;
  }



reply via email to

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