summaryrefslogtreecommitdiff
path: root/helm-source.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-source.el')
-rw-r--r--helm-source.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/helm-source.el b/helm-source.el
index debedd2b..87e5f0a1 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -1027,9 +1027,6 @@ an eieio class."
(when (slot-value source 'delayed)
(warn "Deprecated usage of helm `delayed' slot in `%s'"
(slot-value source 'name)))
- (helm-aif (slot-value source 'must-match)
- (and (eq it 'confirm-after-completion)
- (setf (slot-value source 'must-match) 'confirm)))
(helm-aif (slot-value source 'keymap)
(let* ((map (if (symbolp it)
(symbol-value it)