Mercurial > emacs
changeset 64774:369c84bf493f
(syms_of_fns): Add `emacs' to features.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 07 Aug 2005 17:36:12 +0000 |
parents | aebbf7125281 |
children | 17ea5769514d |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Sun Aug 07 17:35:09 2005 +0000 +++ b/src/fns.c Sun Aug 07 17:36:12 2005 +0000 @@ -5833,7 +5833,7 @@ 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);