Fix: local-variable eldoc-box-position-function doesn't work

This commit is contained in:
Yuan Fu 2018-12-20 22:17:04 -05:00
parent 615e8bce86
commit cf5ef5510c
No known key found for this signature in database
GPG Key ID: 1CF5ECABEC37A901

View File

@ -168,8 +168,8 @@ You can use C-g to hide the doc."
;; and `eldoc-box--maybe-cleanup' in `eldoc-box--cleanup-timer' will clear the childframe
(setq eldoc-box-hover-mode t)
(erase-buffer)
(insert str)
(eldoc-box--get-frame doc-buffer))))
(insert str))
(eldoc-box--get-frame doc-buffer)))
(defun eldoc-box--window-side ()