1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

(syms_of_fns): Add `emacs' to features.

This commit is contained in:
Richard M. Stallman 2005-08-07 17:36:12 +00:00
parent 3ae9c96ab9
commit 780a781443

View file

@ -5833,7 +5833,7 @@ syms_of_fns ()
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);