mirror of
https://github.com/vale981/ement.el
synced 2025-03-04 17:01:39 -05:00
Fix: (ement-room-set-message-format) Don't require-match
Thanks to @vizs for reporting.
This commit is contained in:
parent
836d8a222b
commit
54950a260c
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue