mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(ediff-control-frame-parameters): Specify user-position.
This commit is contained in:
parent
79263656b0
commit
9cb2482e93
@ -96,6 +96,7 @@ In this case, Ediff will use those frames to display these buffers.")
|
||||
;; 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
|
||||
'(user-position . t)
|
||||
(cons 'top (if (fboundp 'ediff-display-pixel-height)
|
||||
(1+ (ediff-display-pixel-height))
|
||||
3000))
|
||||
|
Loading…
Reference in New Issue
Block a user