emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f91a911ef3: ; Fix previous commit (6e5d79c048)


From: Tassilo Horn
Subject: master f91a911ef3: ; Fix previous commit (6e5d79c048)
Date: Mon, 7 Feb 2022 00:52:36 -0500 (EST)

branch: master
commit f91a911ef339975a39ae5e4b41eeab0be7824b25
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    ; 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 b0a2eb8dc5..398e51e1b8 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]