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:
parent
53aaad1dfc
commit
7f089aa5f6
2 changed files with 43 additions and 0 deletions
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'seq)
|
||||
|
||||
;;;###autoload
|
||||
(defun read-multiple-choice (prompt choices)
|
||||
"Ask user a multiple choice question.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue