summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-04 20:12:50 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-04 20:12:50 +0000
commit2ddca713367c92caf7ba37cff3aa1d9a322f6b1f (patch)
tree73aed01cfa1682cbdb055b78b6b0e772718ec6b1 /src
parent4a2d95b3e366f93132f7e4fad3c38e1f4dc2f8ab (diff)
downloademacs-2ddca713367c92caf7ba37cff3aa1d9a322f6b1f.tar.gz
(syms_of_fns): Set yes-or-no-p-history to nil.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 2 insertions, 0 deletions
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'.");