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

    * posframe-benchmark.el (posframe-benchmark-alist): Add raise-frame 
benchmark.
---
 posframe-benchmark.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/posframe-benchmark.el b/posframe-benchmark.el
index fca8374..8d4aacc 100644
--- a/posframe-benchmark.el
+++ b/posframe-benchmark.el
@@ -34,7 +34,9 @@
   (let ((str (with-temp-buffer
                (insert-file-contents (locate-library "posframe.el"))
                (buffer-string))))
-    `((font-at
+    `((raise-frame
+       (raise-frame (window-frame)))
+      (font-at
        (font-at (point-min)))
       (redraw-display
        (redraw-display))

Reply via email to