1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

Require seq in rmc.el

* lisp/emacs-lisp/rmc.el: Require seq (Bug#28975).
* test/lisp/emacs-lisp/rmc-tests.el (test-read-multiple-choice): Add test.
This commit is contained in:
Tino Calancha 2017-10-27 20:21:26 +09:00
parent 53aaad1dfc
commit 7f089aa5f6
2 changed files with 43 additions and 0 deletions

View file

@ -23,6 +23,8 @@
;;; Code:
(require 'seq)
;;;###autoload
(defun read-multiple-choice (prompt choices)
"Ask user a multiple choice question.