aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 60a98fd5709..1e26ec9a392 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -5833,7 +5833,7 @@ syms_of_fns ()
5833 DEFVAR_LISP ("features", &Vfeatures, 5833 DEFVAR_LISP ("features", &Vfeatures,
5834 doc: /* A list of symbols which are the features of the executing emacs. 5834 doc: /* A list of symbols which are the features of the executing emacs.
5835Used by `featurep' and `require', and altered by `provide'. */); 5835Used by `featurep' and `require', and altered by `provide'. */);
5836 Vfeatures = Qnil; 5836 Vfeatures = Fcons (intern ("emacs"), Qnil);
5837 Qsubfeatures = intern ("subfeatures"); 5837 Qsubfeatures = intern ("subfeatures");
5838 staticpro (&Qsubfeatures); 5838 staticpro (&Qsubfeatures);
5839 5839