branch: externals/bufferlo
commit 64c9fe05ed0d56a4b5b1e3cc4813b7b51e7d6906
Author: shipmints <shipmi...@gmail.com>
Commit: shipmints <shipmi...@gmail.com>

    Tweak session frame restore to honor default-frame-alist
    
    This solves for visual frame issues, at least on macOS, associated
    with frameset-restore including background-mode and inner-border-width
    not being honored.
---
 bufferlo.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bufferlo.el b/bufferlo.el
index 60eb6ea8af..529e573cc0 100644
--- a/bufferlo.el
+++ b/bufferlo.el
@@ -2449,8 +2449,7 @@ FRAMESET is a bufferlo-filtered `frameset'."
 
 (defun bufferlo-frameset-restore-default (frameset)
   "Invoke `frameset-restore' with FRAMESET, which see."
-  (let ((params (funcall bufferlo-frameset-restore-parameters-function))
-        (default-frame-alist))
+  (let ((params (funcall bufferlo-frameset-restore-parameters-function)))
     (with-temp-buffer
       (when (ignore-errors
               (frameset-restore frameset

Reply via email to