aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-02-04 20:12:50 +0000
committerRichard M. Stallman1996-02-04 20:12:50 +0000
commit52a9879befc88866f2062ea5647246d9b7412477 (patch)
tree46273f86b0407f4a4f2b9285fc2203a3364f124c /src
parentfc103e781d906503dbdc45ec2b62bad507a067ac (diff)
downloademacs-52a9879befc88866f2062ea5647246d9b7412477.tar.gz
emacs-52a9879befc88866f2062ea5647246d9b7412477.zip
(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 ()
1831 Qcursor_in_echo_area = intern ("cursor-in-echo-area"); 1831 Qcursor_in_echo_area = intern ("cursor-in-echo-area");
1832 staticpro (&Qcursor_in_echo_area); 1832 staticpro (&Qcursor_in_echo_area);
1833 1833
1834 Fset (Qyes_or_no_p_history, Qnil);
1835
1834 DEFVAR_LISP ("features", &Vfeatures, 1836 DEFVAR_LISP ("features", &Vfeatures,
1835 "A list of symbols which are the features of the executing emacs.\n\ 1837 "A list of symbols which are the features of the executing emacs.\n\
1836Used by `featurep' and `require', and altered by `provide'."); 1838Used by `featurep' and `require', and altered by `provide'.");