/[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.277.2.4 by handa, Wed Jul 24 10:51:15 2002 UTC revision 1.277.2.5 by handa, Thu Jul 25 01:30:27 2002 UTC
# Line 1029  Return t if file exists.  */) Line 1029  Return t if file exists.  */)
1029    load_descriptor_list    load_descriptor_list
1030      = Fcons (make_number (fileno (stream)), load_descriptor_list);      = Fcons (make_number (fileno (stream)), load_descriptor_list);
1031    load_in_progress++;    load_in_progress++;
1032    if (version >= 22)    if (! version || version >= 22)
1033      readevalloop (Qget_file_char, stream, file, Feval, 0, Qnil, Qnil);      readevalloop (Qget_file_char, stream, file, Feval, 0, Qnil, Qnil);
1034    else    else
1035      {      {

Legend:
Removed from v.1.277.2.4  
changed lines
  Added in v.1.277.2.5

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