]> git.eshelyaron.com Git - emacs.git/commitdiff
(ediff-control-frame-parameters): Specify user-position.
authorRichard M. Stallman <rms@gnu.org>
Tue, 27 Jun 1995 17:05:29 +0000 (17:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 27 Jun 1995 17:05:29 +0000 (17:05 +0000)
lisp/ediff-wind.el

index 56a497285ac973a58650c05f1db504741d570717..b39c759c8076f758dd33d3a07c533ad1d35f7c27 100644 (file)
@@ -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))