[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/lread.c
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] Changes to emacs/src/lread.c |
Date: |
Sun, 14 Jul 2002 22:16:52 -0400 |
Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.291 emacs/src/lread.c:1.292
*** emacs/src/lread.c:1.291 Sun Jul 14 20:00:36 2002
--- emacs/src/lread.c Sun Jul 14 22:16:52 2002
***************
*** 2760,2766 ****
/* Coerce string to unibyte (like string-as-unibyte,
but without generating extra garbage and
guaranteeing no change in the contents). */
! SCHARS (bytestr) = SBYTES (bytestr);
STRING_SET_UNIBYTE (bytestr);
item = Fread (bytestr);
--- 2760,2766 ----
/* Coerce string to unibyte (like string-as-unibyte,
but without generating extra garbage and
guaranteeing no change in the contents). */
! STRING_SET_CHARS (bytestr, SBYTES (bytestr));
STRING_SET_UNIBYTE (bytestr);
item = Fread (bytestr);
- [Emacs-diffs] Changes to emacs/src/lread.c, Juanma Barranquero, 2002/07/11
- [Emacs-diffs] Changes to emacs/src/lread.c, Ken Raeburn, 2002/07/14
- [Emacs-diffs] Changes to emacs/src/lread.c,
Ken Raeburn <=
- [Emacs-diffs] Changes to emacs/src/lread.c, Ken Raeburn, 2002/07/16
- [Emacs-diffs] Changes to emacs/src/lread.c, Ken Raeburn, 2002/07/16
- [Emacs-diffs] Changes to emacs/src/lread.c, Ken Raeburn, 2002/07/16
- [Emacs-diffs] Changes to emacs/src/lread.c, Dave Love, 2002/07/18
- [Emacs-diffs] Changes to emacs/src/lread.c, Kenichi Handa, 2002/07/24
- [Emacs-diffs] Changes to emacs/src/lread.c, Kenichi Handa, 2002/07/24