branch: externals/posframe
commit cee2be1a0459d3252fb2c205baf8ad506817c16e
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * posframe-benchmark.el (posframe-benchmark-alist): Add redraw-frame 
benchmark.
---
 posframe-benchmark.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/posframe-benchmark.el b/posframe-benchmark.el
index 19e3881..729b369 100644
--- a/posframe-benchmark.el
+++ b/posframe-benchmark.el
@@ -38,6 +38,8 @@
        (font-at (point-min)))
       (redraw-display
        (redraw-display))
+      (redraw-frame
+       (redraw-frame (window-frame)))
       (remove-text-properties
        (let ((string ,str))
          (remove-text-properties

Reply via email to