mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(frame-initialize): Create the initial frame invisible.
This commit is contained in:
parent
b66b6aeb1c
commit
2533b69a03
@ -181,7 +181,8 @@ Pass it BUFFER as first arg, and (cdr ARGS) gives the rest of the args."
|
||||
(or (delq terminal-frame (minibuffer-frame-list))
|
||||
(progn
|
||||
(setq frame-initial-frame-alist
|
||||
(append initial-frame-alist default-frame-alist nil))
|
||||
(append initial-frame-alist default-frame-alist
|
||||
'((visibility . nil)) nil))
|
||||
(or (assq 'horizontal-scroll-bars frame-initial-frame-alist)
|
||||
(setq frame-initial-frame-alist
|
||||
(cons '(horizontal-scroll-bars . t)
|
||||
|
Loading…
Reference in New Issue
Block a user