branch: externals/posframe
commit 54f3f588d458862e5aa837f4b6cc662fe381d87a
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* posframe-benchmark.el (posframe-benchmark-alist): Fix
remove-text-properties benchmark.
---
posframe-benchmark.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/posframe-benchmark.el b/posframe-benchmark.el
index 5be2141..f23ed3d 100644
--- a/posframe-benchmark.el
+++ b/posframe-benchmark.el
@@ -39,10 +39,10 @@
(redraw-display
(redraw-display))
(remove-text-properties
- (let ((string ,str)))
- (remove-text-properties
- 0 (length string) '(read-only t)
- string))
+ (let ((string ,str))
+ (remove-text-properties
+ 0 (length string) '(read-only t)
+ string)))
(mouse-position
(mouse-position))
(default-font-width