summaryrefslogtreecommitdiff
path: root/lisp/ediff-wind.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-27 17:05:29 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-27 17:05:29 +0000
commit9cb2482e93ce66b2e0ff1a551dc208f76ea33429 (patch)
treeed8caa5608d573294773810a5b12cd5434f2b03e /lisp/ediff-wind.el
parent79263656b0ed544811a57b97ff419dd039a5ba0a (diff)
downloademacs-9cb2482e93ce66b2e0ff1a551dc208f76ea33429.tar.gz
(ediff-control-frame-parameters): Specify user-position.
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))