comparison src/fns.c @ 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 a0d1312ede66
children 66bec6e31cea 2d92f5c9d6ae
comparison
equal deleted inserted replaced
64773:aebbf7125281 64774:369c84bf493f
5831 Fset (Qyes_or_no_p_history, Qnil); 5831 Fset (Qyes_or_no_p_history, Qnil);
5832 5832
5833 DEFVAR_LISP ("features", &Vfeatures, 5833 DEFVAR_LISP ("features", &Vfeatures,
5834 doc: /* A list of symbols which are the features of the executing emacs. 5834 doc: /* A list of symbols which are the features of the executing emacs.
5835 Used by `featurep' and `require', and altered by `provide'. */); 5835 Used by `featurep' and `require', and altered by `provide'. */);
5836 Vfeatures = Qnil; 5836 Vfeatures = Fcons (intern ("emacs"), Qnil);
5837 Qsubfeatures = intern ("subfeatures"); 5837 Qsubfeatures = intern ("subfeatures");
5838 staticpro (&Qsubfeatures); 5838 staticpro (&Qsubfeatures);
5839 5839
5840 #ifdef HAVE_LANGINFO_CODESET 5840 #ifdef HAVE_LANGINFO_CODESET
5841 Qcodeset = intern ("codeset"); 5841 Qcodeset = intern ("codeset");