emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/lread.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Thu, 17 Oct 2002 12:01:48 -0400

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.299 emacs/src/lread.c:1.300
*** emacs/src/lread.c:1.299     Sat Oct 12 13:50:43 2002
--- emacs/src/lread.c   Thu Oct 17 12:01:23 2002
***************
*** 3718,3730 ****
    Vread_with_symbol_positions = Qnil;
  
    DEFVAR_LISP ("read-symbol-positions-list", &Vread_symbol_positions_list,
!              doc: /* An list mapping read symbols to their positions.
  This variable is modified during calls to `read' or
  `read-from-string', but only when `read-with-symbol-positions' is
  non-nil.
  
  Each element of the list looks like (SYMBOL . CHAR-POSITION), where
! CHAR-POSITION is an integer giving the offset of that occurence of the
  symbol from the position where `read' or `read-from-string' started.
  
  Note that a symbol will appear multiple times in this list, if it was
--- 3718,3730 ----
    Vread_with_symbol_positions = Qnil;
  
    DEFVAR_LISP ("read-symbol-positions-list", &Vread_symbol_positions_list,
!              doc: /* A list mapping read symbols to their positions.
  This variable is modified during calls to `read' or
  `read-from-string', but only when `read-with-symbol-positions' is
  non-nil.
  
  Each element of the list looks like (SYMBOL . CHAR-POSITION), where
! CHAR-POSITION is an integer giving the offset of that occurrence of the
  symbol from the position where `read' or `read-from-string' started.
  
  Note that a symbol will appear multiple times in this list, if it was




reply via email to

[Prev in Thread] Current Thread [Next in Thread]