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

    * posframe-benchmark.el (posframe-benchmark-alist): Add posn-x-y and 
posn-object-x-y benchmark.
---
 posframe-benchmark.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/posframe-benchmark.el b/posframe-benchmark.el
index 729b369..b2fff26 100644
--- a/posframe-benchmark.el
+++ b/posframe-benchmark.el
@@ -59,6 +59,10 @@
        (set-mouse-position (window-frame) 0 0))
       (posn-at-point
        (posn-at-point))
+      (posn-x-y
+       (posn-x-y (posn-at-point)))
+      (posn-object-x-y
+       (posn-object-x-y (posn-at-point)))
       (set-frame-parameter
        (set-frame-parameter (window-frame) 'test 1))
       (raise-frame

Reply via email to