/[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.299 by rost, Sat Oct 12 17:50:43 2002 UTC revision 1.300 by lektu, Thu Oct 17 16:01:23 2002 UTC
# Line 3718  the toplevel; bind it instead. */); Line 3718  the toplevel; bind it instead. */);
3718    Vread_with_symbol_positions = Qnil;    Vread_with_symbol_positions = Qnil;
3719    
3720    DEFVAR_LISP ("read-symbol-positions-list", &Vread_symbol_positions_list,    DEFVAR_LISP ("read-symbol-positions-list", &Vread_symbol_positions_list,
3721                 doc: /* An list mapping read symbols to their positions.                 doc: /* A list mapping read symbols to their positions.
3722  This variable is modified during calls to `read' or  This variable is modified during calls to `read' or
3723  `read-from-string', but only when `read-with-symbol-positions' is  `read-from-string', but only when `read-with-symbol-positions' is
3724  non-nil.  non-nil.
3725    
3726  Each element of the list looks like (SYMBOL . CHAR-POSITION), where  Each element of the list looks like (SYMBOL . CHAR-POSITION), where
3727  CHAR-POSITION is an integer giving the offset of that occurence of the  CHAR-POSITION is an integer giving the offset of that occurrence of the
3728  symbol from the position where `read' or `read-from-string' started.  symbol from the position where `read' or `read-from-string' started.
3729    
3730  Note that a symbol will appear multiple times in this list, if it was  Note that a symbol will appear multiple times in this list, if it was

Legend:
Removed from v.1.299  
changed lines
  Added in v.1.300

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