branch: externals/mct
commit 79b2643688d3c9de4dcd7ca02c6d33845914c7f9
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Remove unused user-error message
---
mct.el | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mct.el b/mct.el
index dbeec15..9112987 100644
--- a/mct.el
+++ b/mct.el
@@ -501,8 +501,7 @@ Completions' buffer."
(active-minibuffer-window))
(and (minibufferp)
(mct--get-completion-window)))
- (mct--line-number-selection))
- (user-error "Only use this inside the minibuffer or the Completions")))
+ (mct--line-number-selection))))
(defvar crm-completion-table)