From 9cb2482e93ce66b2e0ff1a551dc208f76ea33429 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 27 Jun 1995 17:05:29 +0000 Subject: [PATCH] (ediff-control-frame-parameters): Specify user-position. --- lisp/ediff-wind.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ediff-wind.el b/lisp/ediff-wind.el index 56a497285ac..b39c759c807 100644 --- a/lisp/ediff-wind.el +++ b/lisp/ediff-wind.el @@ -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)) -- 2.39.2