# HG changeset patch # User Richard M. Stallman # Date 823464770 0 # Node ID 3c4ba112108ea9d15c581e884abf3932a9cfba11 # Parent ea5f35baa4293cdcf327dd473ee1a17fb4461c8c (syms_of_fns): Set yes-or-no-p-history to nil. diff -r ea5f35baa429 -r 3c4ba112108e src/fns.c --- a/src/fns.c Sun Feb 04 17:57:48 1996 +0000 +++ b/src/fns.c Sun Feb 04 20:12:50 1996 +0000 @@ -1831,6 +1831,8 @@ Qcursor_in_echo_area = intern ("cursor-in-echo-area"); staticpro (&Qcursor_in_echo_area); + Fset (Qyes_or_no_p_history, Qnil); + DEFVAR_LISP ("features", &Vfeatures, "A list of symbols which are the features of the executing emacs.\n\ Used by `featurep' and `require', and altered by `provide'.");