/[emacs]/emacs/src/lread.c
ViewVC logotype

Diff of /emacs/src/lread.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.291 by raeburn, Mon Jul 15 00:00:36 2002 UTC revision 1.292 by raeburn, Mon Jul 15 02:16:52 2002 UTC
# Line 2760  read_vector (readcharfun, bytecodeflag) Line 2760  read_vector (readcharfun, bytecodeflag)
2760                    /* Coerce string to unibyte (like string-as-unibyte,                    /* Coerce string to unibyte (like string-as-unibyte,
2761                       but without generating extra garbage and                       but without generating extra garbage and
2762                       guaranteeing no change in the contents).  */                       guaranteeing no change in the contents).  */
2763                    SCHARS (bytestr) = SBYTES (bytestr);                    STRING_SET_CHARS (bytestr, SBYTES (bytestr));
2764                    STRING_SET_UNIBYTE (bytestr);                    STRING_SET_UNIBYTE (bytestr);
2765    
2766                    item = Fread (bytestr);                    item = Fread (bytestr);

Legend:
Removed from v.1.291  
changed lines
  Added in v.1.292

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26