mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Avoid fullscreen ediff control frames by default (Bug#29026)
* lisp/vc/ediff-wind.el (ediff-control-frame-parameters): Add parameter to avoid fullscreen control frames (Bug#29026).
This commit is contained in:
parent
7d32176acc
commit
9c8fe0248b
@ -181,6 +181,8 @@ In this case, Ediff will use those frames to display these buffers."
|
||||
'(visibility . nil)
|
||||
;; make initial frame small to avoid distraction
|
||||
'(width . 1) '(height . 1)
|
||||
;; Fullscreen control frames don't make sense (Bug#29026).
|
||||
'(fullscreen . nil)
|
||||
;; this blocks queries from window manager as to where to put
|
||||
;; ediff's control frame. we put the frame outside the display,
|
||||
;; so the initial frame won't jump all over the screen
|
||||
|
Loading…
Reference in New Issue
Block a user