/[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.325 by monnier, Thu Nov 25 20:01:18 2004 UTC revision 1.326 by rms, Mon Dec 27 15:58:59 2004 UTC
# Line 3846  when the corresponding call to `provide' Line 3846  when the corresponding call to `provide'
3846  Each alist element is a list that starts with a file name,  Each alist element is a list that starts with a file name,
3847  except for one element (optional) that starts with nil and describes  except for one element (optional) that starts with nil and describes
3848  definitions evaluated from buffers not visiting files.  definitions evaluated from buffers not visiting files.
3849  The remaining elements of each list are symbols defined as functions,  The remaining elements of each list are symbols defined as variables
3850  and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)',  and cons cells of the form `(provide . FEATURE)', `(require . FEATURE)',
3851  `(defvar . VARIABLE), `(autoload . SYMBOL)', and `(t . SYMBOL)'.  `(defun . FUNCTION)', `(autoload . SYMBOL)', and `(t . SYMBOL)'.
3852  An element `(t . SYMBOL)' precedes an entry that is just SYMBOL,  An element `(t . SYMBOL)' precedes an entry `(defun . FUNCTION)',
3853  and means that SYMBOL was an autoload before this file redefined it  and means that SYMBOL was an autoload before this file redefined it
3854  as a function.  */);  as a function.  */);
3855    Vload_history = Qnil;    Vload_history = Qnil;

Legend:
Removed from v.1.325  
changed lines
  Added in v.1.326

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