mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
* src/fns.c (syms_of_fns): Leave `features' lexically scoped
This commit is contained in:
parent
846761e426
commit
8ea5992547
1 changed files with 3 additions and 0 deletions
|
|
@ -5147,6 +5147,9 @@ syms_of_fns (void)
|
|||
doc: /* A list of symbols which are the features of the executing Emacs.
|
||||
Used by `featurep' and `require', and altered by `provide'. */);
|
||||
Vfeatures = list1 (Qemacs);
|
||||
DEFSYM (Qfeatures, "features");
|
||||
/* Let people use lexically scoped vars named `features'. */
|
||||
Fmake_var_non_special (Qfeatures);
|
||||
DEFSYM (Qsubfeatures, "subfeatures");
|
||||
DEFSYM (Qfuncall, "funcall");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue