emacs-diffs
[Top][All Lists]
Advanced

[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);



reply via email to

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