/[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.286 by walters, Wed May 29 18:57:57 2002 UTC revision 1.287 by walters, Wed May 29 18:58:38 2002 UTC
# Line 1480  START and END optionally delimit a subst Line 1480  START and END optionally delimit a subst
1480       (string, start, end)       (string, start, end)
1481       Lisp_Object string, start, end;       Lisp_Object string, start, end;
1482  {  {
1483      Lisp_Object ret;
1484    CHECK_STRING (string);    CHECK_STRING (string);
1485    Lisp_Object ret = read_internal_start (string, start, end);    /* read_internal_start sets read_from_string_index. */
1486      ret = read_internal_start (string, start, end);
1487    return Fcons (ret, make_number (read_from_string_index));    return Fcons (ret, make_number (read_from_string_index));
1488  }  }
1489    

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

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