/[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.285 by walters, Tue May 28 16:24:55 2002 UTC revision 1.286 by walters, Wed May 29 18:57:57 2002 UTC
# Line 1481  START and END optionally delimit a subst Line 1481  START and END optionally delimit a subst
1481       Lisp_Object string, start, end;       Lisp_Object string, start, end;
1482  {  {
1483    CHECK_STRING (string);    CHECK_STRING (string);
1484    return Fcons (read_internal_start (string, start, end),    Lisp_Object ret = read_internal_start (string, start, end);
1485                  make_number (read_from_string_index));    return Fcons (ret, make_number (read_from_string_index));
1486  }  }
1487    
1488  /* Function to set up the global context we need in toplevel read  /* Function to set up the global context we need in toplevel read

Legend:
Removed from v.1.285  
changed lines
  Added in v.1.286

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