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

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

[elpa] externals/posframe 8eda31c: * posframe.el (posframe--create-posfr


From: ELPA Syncer
Subject: [elpa] externals/posframe 8eda31c: * posframe.el (posframe--create-posframe): parent-frame alway be set, no need deal with at this point.
Date: Wed, 21 Apr 2021 00:57:14 -0400 (EDT)

branch: externals/posframe
commit 8eda31c957af918ffdcfa9d007b63f0824de5009
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * posframe.el (posframe--create-posframe): parent-frame alway be set, no 
need deal with at this point.
---
 posframe.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/posframe.el b/posframe.el
index c63e6f5..e5c303e 100644
--- a/posframe.el
+++ b/posframe.el
@@ -258,8 +258,7 @@ This posframe's buffer is BUFFER-OR-NAME."
         (buffer (get-buffer-create buffer-or-name))
         (after-make-frame-functions nil)
         (x-gtk-resize-child-frames posframe-gtk-resize-child-frames)
-        (args (list parent-frame
-                    foreground-color
+        (args (list foreground-color
                     background-color
                     right-fringe
                     left-fringe



reply via email to

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