branch: externals/poke
commit bb294de5b3bc90d8a0e16530c0bf1cfa9419631a
Author: Jose E. Marchesi <[email protected]>
Commit: Jose E. Marchesi <[email protected]>
poke.el: select a line when creating IOS menu
---
poke.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/poke.el b/poke.el
index 7ae513ae0e..a5fef5d113 100644
--- a/poke.el
+++ b/poke.el
@@ -932,8 +932,10 @@ fun plet_elval = (string s) void:
(setq tabulated-list-format headers)
(setq tabulated-list-padding 2)
(tabulated-list-init-header)
- (setq tabulated-list-entries entries)
- (tabulated-list-print nil)))))
+ (setq tabulated-list-entries (reverse entries))
+ (tabulated-list-print nil)
+ (goto-char (point-min))
+ (poke-ios-update-overlay)))))
(defun poke-ios ()
(interactive)