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:
parent
3ae9c96ab9
commit
780a781443
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue