emacs-diffs
[Top][All Lists]
Advanced

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

master 90eb6a7fe4: ; Set show-paren--context-child-frame to nil after de


From: Tassilo Horn
Subject: master 90eb6a7fe4: ; Set show-paren--context-child-frame to nil after deleting it
Date: Mon, 7 Feb 2022 07:37:46 -0500 (EST)

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

    ; Set show-paren--context-child-frame to nil after deleting it
---
 lisp/paren.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/paren.el b/lisp/paren.el
index 398e51e1b8..6de4364b4f 100644
--- a/lisp/paren.el
+++ b/lisp/paren.el
@@ -337,7 +337,8 @@ It is the default value of `show-paren-data-function'."
 
 (defun show-paren--delete-context-child-frame ()
   (when show-paren--context-child-frame
-    (delete-frame show-paren--context-child-frame))
+    (delete-frame show-paren--context-child-frame)
+    (setq show-paren--context-child-frame nil))
   (remove-hook 'post-command-hook
                #'show-paren--delete-context-child-frame))
 



reply via email to

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