Fix: (ement-room-set-message-format) Don't require-match

Thanks to @vizs for reporting.
This commit is contained in:
Adam Porter 2021-08-11 00:56:45 -05:00
parent 836d8a222b
commit 54950a260c

View file

@ -660,8 +660,7 @@ option."
(eq (car it) 'const)))
(mapcar (lambda (it)
(cons (nth 2 it) (nth 3 it))))))
(choice (completing-read "Format: " (mapcar #'car choices)
nil 'confirm)))
(choice (completing-read "Format: " (mapcar #'car choices))))
(or (alist-get choice choices nil nil #'equal)
choice))))
(cl-assert ement-ewoc)