From 2859a28afb984d9f7159c976c4b6efedda06bae2 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Tue, 11 Dec 2018 15:45:13 -0500 Subject: [PATCH] Make childframe invisible instead of delete it It works fine with my python script. --- eldoc-box.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eldoc-box.el b/eldoc-box.el index c066b07..4019b6e 100644 --- a/eldoc-box.el +++ b/eldoc-box.el @@ -93,7 +93,7 @@ (interactive) ;; TODO (when eldoc-box--frame - (delete-frame eldoc-box--frame t))) + (make-frame-invisible eldoc-box--frame t))) ;;;; Backstage ;;;;; Variable