aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobin Templeton <[email protected]>2014-09-21 03:53:07 -0400
committerRobin Templeton <[email protected]>2015-04-20 00:29:03 -0400
commite94492d5947d64860f1cdfa7f3dc1c6aa7d29acb (patch)
treeba5a61e60fa5df9ab9bfb85bbc48fe582113e1e4 /src
parent8115907012efecaab2f4db5c8e7a0324e74000f5 (diff)
guile feature
* src/fns.c (syms_of_fns): Add `guile' to `features'.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fns.c b/src/fns.c
index 01a1ea761d..afd63a7d20 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -4572,6 +4572,7 @@ 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 (intern_c_string ("emacs"));
+ Vfeatures = Fcons (intern_c_string ("guile"), Vfeatures);
DEFSYM (Qsubfeatures, "subfeatures");
DEFSYM (Qfuncall, "funcall");