emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/frog-menu 8e81080 17/43: Fix first init error for posfr


From: Clemens Radermacher
Subject: [elpa] externals/frog-menu 8e81080 17/43: Fix first init error for posframe
Date: Sun, 24 Mar 2019 05:14:46 -0400 (EDT)

branch: externals/frog-menu
commit 8e810805bf7872785875e155de66693f96552a77
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Fix first init error for posframe
---
 frog-menu.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/frog-menu.el b/frog-menu.el
index 2dbcdbc..9e8b6f7 100644
--- a/frog-menu.el
+++ b/frog-menu.el
@@ -213,7 +213,10 @@ ACTIONS."
   (while (not (eobp))
     (goto-char (line-end-position))
     (insert " ")
-    (forward-line 1)))
+    (forward-line 1))
+  ;; posframe needs point at start,
+  ;; otherwise it fails on first init
+  (goto-char (point-min)))
 
 
 ;; * Formatting



reply via email to

[Prev in Thread] Current Thread [Next in Thread]