# HG changeset patch # User Richard M. Stallman # Date 1123436172 0 # Node ID 369c84bf493fbf4d27f98479594990e85f63c9c4 # Parent aebbf712528145723a2030c03c8d5b948aaa74d4 (syms_of_fns): Add `emacs' to features. diff -r aebbf7125281 -r 369c84bf493f src/fns.c --- a/src/fns.c Sun Aug 07 17:35:09 2005 +0000 +++ b/src/fns.c Sun Aug 07 17:36:12 2005 +0000 @@ -5833,7 +5833,7 @@ DEFVAR_LISP ("features", &Vfeatures, doc: /* A list of symbols which are the features of the executing emacs. Used by `featurep' and `require', and altered by `provide'. */); - Vfeatures = Qnil; + Vfeatures = Fcons (intern ("emacs"), Qnil); Qsubfeatures = intern ("subfeatures"); staticpro (&Qsubfeatures);