From: Richard M. Stallman Date: Sun, 4 Feb 1996 20:12:50 +0000 (+0000) Subject: (syms_of_fns): Set yes-or-no-p-history to nil. X-Git-Tag: emacs-19.34~1374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52a9879befc88866f2062ea5647246d9b7412477;p=emacs.git (syms_of_fns): Set yes-or-no-p-history to nil. --- diff --git a/src/fns.c b/src/fns.c index 8f72c0771ea..defd2232bc5 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1831,6 +1831,8 @@ syms_of_fns () 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'.");