changeset 14486:3c4ba112108e

(syms_of_fns): Set yes-or-no-p-history to nil.
author Richard M. Stallman <rms@gnu.org>
date Sun, 04 Feb 1996 20:12:50 +0000
parents ea5f35baa429
children 7b7cb366646c
files src/fns.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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'.");