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
1 changed files with 2 additions and 0 deletions
|
@ -181,6 +181,8 @@ In this case, Ediff will use those frames to display these buffers."
|
||||||
'(visibility . nil)
|
'(visibility . nil)
|
||||||
;; make initial frame small to avoid distraction
|
;; make initial frame small to avoid distraction
|
||||||
'(width . 1) '(height . 1)
|
'(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
|
;; this blocks queries from window manager as to where to put
|
||||||
;; ediff's control frame. we put the frame outside the display,
|
;; ediff's control frame. we put the frame outside the display,
|
||||||
;; so the initial frame won't jump all over the screen
|
;; so the initial frame won't jump all over the screen
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue