(map-y-or-n-p): Remove extraneous `not'.
This commit is contained in:
parent
afa95caca6
commit
03d50ed616
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue