(map-y-or-n-p): Remove extraneous `not'.

This commit is contained in:
Gerd Moellmann 1999-10-19 13:40:45 +00:00
parent afa95caca6
commit 03d50ed616
2 changed files with 6 additions and 1 deletions

View file

@ -153,7 +153,7 @@ Returns the number of actions taken."
(setq char (read-event))
;; If we get -1, from end of keyboard
;; macro, try again.
(not (equal char -1))))
(equal char -1)))
;; Show the answer to the question.
(message "%s(y, n, !, ., q, %sor %s) %s"
prompt user-keys