# HG changeset patch # User Richard M. Stallman # Date 804272729 0 # Node ID d205e49dd68c7ac9b67f9127cf6571f3607a3522 # Parent ccfd646cfad945c920fb2d463ab8431615c409b0 (ediff-control-frame-parameters): Specify user-position. diff -r ccfd646cfad9 -r d205e49dd68c lisp/ediff-wind.el --- a/lisp/ediff-wind.el Tue Jun 27 14:21:23 1995 +0000 +++ b/lisp/ediff-wind.el Tue Jun 27 17:05:29 1995 +0000 @@ -96,6 +96,7 @@ ;; 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))