diff options
author | Tassilo Horn <tsdh@gnu.org> | 2022-02-07 06:52:04 +0100 |
---|---|---|
committer | Tassilo Horn <tsdh@gnu.org> | 2022-02-07 06:52:04 +0100 |
commit | f91a911ef339975a39ae5e4b41eeab0be7824b25 (patch) | |
tree | 2c5e9bd7ac3457672d66f7282b1f423adba3640d /lisp/paren.el | |
parent | de419bba04601b163def31308d63c51ed90b1458 (diff) | |
download | emacs-f91a911ef339975a39ae5e4b41eeab0be7824b25.tar.gz |
; Fix previous commit (6e5d79c048)
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 |