From 91805502763d2dac23a4e616732f1fc79d9a3909 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sat, 18 May 2024 15:28:44 +0200 Subject: [PATCH] * ivy.el (ivy-completing-read): Revert PR #2367. --- ivy.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ivy.el b/ivy.el index 446f57e7..f3fd8453 100644 --- a/ivy.el +++ b/ivy.el @@ -2536,8 +2536,7 @@ INHERIT-INPUT-METHOD is currently ignored." (let ((str (ivy-read prompt collection :predicate predicate - :require-match (when (and collection require-match) - require-match) + :require-match (and collection require-match) :initial-input (cond ((consp initial-input) (car initial-input)) ((and (stringp initial-input)