From f91a911ef339975a39ae5e4b41eeab0be7824b25 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Mon, 7 Feb 2022 06:52:04 +0100 Subject: [PATCH] ; Fix previous commit (6e5d79c048) --- lisp/paren.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/paren.el b/lisp/paren.el index b0a2eb8dc52..398e51e1b8f 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -276,7 +276,7 @@ It is the default value of `show-paren-data-function'." "Redirect focus from child frame." (redirect-frame-focus show-paren--context-child-frame - (frame-parent corfu--frame))) + (frame-parent show-paren--context-child-frame))) (defun show-paren--context-child-frame-buffer (text) (with-current-buffer -- 2.39.5