; Set show-paren--context-child-frame to nil after deleting it
This commit is contained in:
parent
3eaaeed2d0
commit
90eb6a7fe4
1 changed files with 2 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue