summaryrefslogtreecommitdiff
path: root/lisp/ediff-wind.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ediff-wind.el')
-rw-r--r--lisp/ediff-wind.el1
1 files changed, 1 insertions, 0 deletions
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))