branch: externals/ement
commit beb29c5c0ab92a55e81b60b8da13886aefedabd9
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Fix: (ement-room-send-reaction) Call picker interactively
Fixes #274.
Reported-by: Nicholas Vollmer <[email protected]>
Co-authored-by: Nicholas Vollmer <[email protected]>
---
ement-room.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ement-room.el b/ement-room.el
index 5366966500..5460866ec9 100644
--- a/ement-room.el
+++ b/ement-room.el
@@ -2285,7 +2285,7 @@ these all require at least version 29 of Emacs):
(use-local-map
(make-composed-keymap ement-room-reaction-map
(current-local-map)))
(let ((enable-recursive-minibuffers t))
- (funcall ement-room-reaction-picker)))
+ (call-interactively ement-room-reaction-picker)))
(catch 'selected
(read-string "Reaction: ")))
(point))))