branch: externals/posframe commit cf6bcfe492a401521adb38ad64f0794ab0bd46eb Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
posframe--make-posframe-visible -> posframe--make-frame-visible --- posframe.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posframe.el b/posframe.el index 8a23824f3a..a5941ebc94 100644 --- a/posframe.el +++ b/posframe.el @@ -887,9 +887,9 @@ This need PARENT-FRAME-WIDTH and PARENT-FRAME-HEIGHT" (setq-local posframe--last-posframe-displayed-size (cons (frame-pixel-width posframe) (frame-pixel-height posframe)))) - (posframe--make-posframe-visible posframe)) + (posframe--make-frame-visible posframe)) -(defun posframe--make-posframe-visible (posframe) +(defun posframe--make-frame-visible (posframe) "Let POSFRAME visible and redraw it when needed." (unless (frame-visible-p posframe) (make-frame-visible posframe)