]> git.eshelyaron.com Git - emacs.git/commit
Avoid infloop in read-multiple-choice (Bug#32257)
authorNoam Postavsky <npostavs@gmail.com>
Wed, 22 May 2019 00:38:00 +0000 (20:38 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 26 May 2019 12:16:23 +0000 (08:16 -0400)
commit3f03f6284a093d69086773226bc2273cf62f5e85
tree7c46b79b039fb9f1a84556f37dd51ac2d6ec9bbc
parent9fe3bdf25d63f441e973cdcf88de0b26b53a54a3
Avoid infloop in read-multiple-choice (Bug#32257)

* lisp/emacs-lisp/rmc.el (read-multiple-choice): Use `read-event'
which won't get stuck (return the same event over and over again) for
non-character events, unlike `read-char'.
lisp/emacs-lisp/rmc.el