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
bed40c39
Commit
bed40c39
authored
Jul 01, 1991
by
Roland McGrath
Browse files
*** empty log message ***
parent
01a45313
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/map-ynp.el
lisp/map-ynp.el
+2
-2
No files found.
lisp/map-ynp.el
View file @
bed40c39
...
...
@@ -120,7 +120,7 @@ Returns the number of actions taken."
(
if
(
funcall
prompter
elt
)
(
progn
(
funcall
actor
elt
)
(
setq
actions
(
1+
actions
)))))
(
setq
actions
(
1+
actions
)))))
)
((
=
??
char
)
(
setq
unread-command-char
help-char
)
(
setq
next
(
`
(
function
(
lambda
()
...
...
@@ -134,7 +134,7 @@ Returns the number of actions taken."
(
sit-for
1
)
(
setq
next
(
`
(
function
(
lambda
()
(
setq
next
(
,
next
))
t
)))))))
)
t
)))))))
(
if
(
eval
prompt
)
(
progn
(
funcall
actor
(
car
list
))
...
...
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