branch: externals/corfu
commit 0057dbd90c2022ae654437893d4bf262e458504d
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Use string-search
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index f4f8000353..d5c1195660 100644
--- a/corfu.el
+++ b/corfu.el
@@ -374,7 +374,7 @@ The completion backend can override this with
      ;; * https://github.com/minad/corfu/issues/17
      ;; * https://gitlab.gnome.org/GNOME/mutter/-/issues/840
      ;; * https://lists.gnu.org/archive/html/emacs-devel/2020-02/msg00001.html
-     (string-match-p "gtk3" system-configuration-features)
+     (string-search "gtk3" system-configuration-features)
      (string-match-p "gnome\\|cinnamon"
                      (or (getenv "XDG_CURRENT_DESKTOP")
                          (getenv "DESKTOP_SESSION") ""))

Reply via email to