summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/map-ynp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index b562234e9a7..f55d6e62713 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -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))