diff options
Diffstat (limited to 'lisp/desktop.el')
| -rw-r--r-- | lisp/desktop.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/desktop.el b/lisp/desktop.el index d3bb6648099..299bdc0eeb4 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el | |||
| @@ -1394,7 +1394,7 @@ its window state. Internal use only." | |||
| 1394 | (make-frame-on-display display | 1394 | (make-frame-on-display display |
| 1395 | (cons '(visibility) | 1395 | (cons '(visibility) |
| 1396 | (cl-loop | 1396 | (cl-loop |
| 1397 | for param in '(left top width height) | 1397 | for param in '(left top width height minibuffer) |
| 1398 | collect (assq param filtered-cfg)))))) | 1398 | collect (assq param filtered-cfg)))))) |
| 1399 | (modify-frame-parameters frame | 1399 | (modify-frame-parameters frame |
| 1400 | (if (eq (frame-parameter frame 'fullscreen) fullscreen) | 1400 | (if (eq (frame-parameter frame 'fullscreen) fullscreen) |