diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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. |
| 5835 | Used by `featurep' and `require', and altered by `provide'. */); | 5835 | Used 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 | ||