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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Mon, 27 Dec 2004 14:59:03 -0500

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.325 emacs/src/lread.c:1.326
*** emacs/src/lread.c:1.325     Thu Nov 25 20:01:18 2004
--- emacs/src/lread.c   Mon Dec 27 15:58:59 2004
***************
*** 3846,3855 ****
  Each alist element is a list that starts with a file name,
  except for one element (optional) that starts with nil and describes
  definitions evaluated from buffers not visiting files.
! The remaining elements of each list are symbols defined as functions,
  and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)',
! `(defvar . VARIABLE), `(autoload . SYMBOL)', and `(t . SYMBOL)'.
! An element `(t . SYMBOL)' precedes an entry that is just SYMBOL,
  and means that SYMBOL was an autoload before this file redefined it
  as a function.  */);
    Vload_history = Qnil;
--- 3846,3855 ----
  Each alist element is a list that starts with a file name,
  except for one element (optional) that starts with nil and describes
  definitions evaluated from buffers not visiting files.
! The remaining elements of each list are symbols defined as variables
  and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)',
! `(defun . FUNCTION)', `(autoload . SYMBOL)', and `(t . SYMBOL)'.
! An element `(t . SYMBOL)' precedes an entry `(defun . FUNCTION)',
  and means that SYMBOL was an autoload before this file redefined it
  as a function.  */);
    Vload_history = Qnil;




reply via email to

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