Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ac9a31be
Commit
ac9a31be
authored
Sep 11, 1992
by
Richard M. Stallman
Browse files
(Fy_or_n_p): Pass new args to read_char.
parent
974e187b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/fns.c
src/fns.c
+1
-1
No files found.
src/fns.c
View file @
ac9a31be
...
@@ -1101,7 +1101,7 @@ Also accepts Space to mean yes, or Delete to mean no.")
...
@@ -1101,7 +1101,7 @@ Also accepts Space to mean yes, or Delete to mean no.")
message
(
"%s(y or n) "
,
XSTRING
(
xprompt
)
->
data
);
message
(
"%s(y or n) "
,
XSTRING
(
xprompt
)
->
data
);
cursor_in_echo_area
=
1
;
cursor_in_echo_area
=
1
;
obj
=
read_char
(
0
);
obj
=
read_char
(
0
,
0
,
0
,
Qnil
,
0
);
if
(
XTYPE
(
obj
)
==
Lisp_Int
)
if
(
XTYPE
(
obj
)
==
Lisp_Int
)
ans
=
XINT
(
obj
);
ans
=
XINT
(
obj
);
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment