/[emacs]/emacs/src/fns.c
ViewVC logotype

Diff of /emacs/src/fns.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.400 by ttn, Sun Aug 7 12:33:16 2005 UTC revision 1.401 by rms, Sun Aug 7 17:36:12 2005 UTC
# Line 5833  syms_of_fns () Line 5833  syms_of_fns ()
5833    DEFVAR_LISP ("features", &Vfeatures,    DEFVAR_LISP ("features", &Vfeatures,
5834      doc: /* A list of symbols which are the features of the executing emacs.      doc: /* A list of symbols which are the features of the executing emacs.
5835  Used by `featurep' and `require', and altered by `provide'.  */);  Used by `featurep' and `require', and altered by `provide'.  */);
5836    Vfeatures = Qnil;    Vfeatures = Fcons (intern ("emacs"), Qnil);
5837    Qsubfeatures = intern ("subfeatures");    Qsubfeatures = intern ("subfeatures");
5838    staticpro (&Qsubfeatures);    staticpro (&Qsubfeatures);
5839    

Legend:
Removed from v.1.400  
changed lines
  Added in v.1.401

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