]> git.eshelyaron.com Git - emacs.git/commit
Factor out new function rmc--add-key-description
authorStefan Kangas <stefan@marxist.se>
Sat, 25 Dec 2021 21:58:59 +0000 (22:58 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 26 Dec 2021 14:47:16 +0000 (15:47 +0100)
commit68f15e815e0a475a13d8169cc5d163cf05e7e524
tree3b76e1543e263516319dcee0dedea5d889d6a08c
parent978987f7ad58cd66fe51cefde53ba4771b189aeb
Factor out new function rmc--add-key-description

* lisp/emacs-lisp/rmc.el (rmc--add-key-description): Factor out
new function from...
(read-multiple-choice): ...here.

* test/lisp/emacs-lisp/rmc-tests.el (test-rmc--add-key-description)
(test-rmc--add-key-description/with-attributes)
(test-rmc--add-key-description/non-graphical-display): New tests.
lisp/emacs-lisp/rmc.el
test/lisp/emacs-lisp/rmc-tests.el