branch: externals/posframe commit 8b14bf8908aa83ad5c1db5ea9d5895b451e9dbea Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* posframe.el (posframe-show): Do not call raise-frame, slowly. --- posframe.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/posframe.el b/posframe.el index 0d0bea5..b4820a3 100644 --- a/posframe.el +++ b/posframe.el @@ -663,9 +663,6 @@ You can use `posframe-delete-all' to delete all posframes." (when (window-live-p window) (set-window-point window 0))) - ;; Force raise the current posframe. - (raise-frame posframe--frame) - ;; Hide posframe when switch buffer (let* ((parent-buffer (window-buffer parent-window)) (parent-buffer-name (buffer-name parent-buffer)))