diff options
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |