Make childframe invisible instead of delete it

It works fine with my python script.
This commit is contained in:
Yuan Fu 2018-12-11 15:45:13 -05:00
parent 60f758a24a
commit 2859a28afb
No known key found for this signature in database
GPG Key ID: 1CF5ECABEC37A901

View File

@ -93,7 +93,7 @@
(interactive) (interactive)
;; TODO ;; TODO
(when eldoc-box--frame (when eldoc-box--frame
(delete-frame eldoc-box--frame t))) (make-frame-invisible eldoc-box--frame t)))
;;;; Backstage ;;;; Backstage
;;;;; Variable ;;;;; Variable