From: Richard M. Stallman Date: Tue, 27 Jun 1995 17:05:29 +0000 (+0000) Subject: (ediff-control-frame-parameters): Specify user-position. X-Git-Tag: emacs-19.34~3460 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9cb2482e93ce66b2e0ff1a551dc208f76ea33429;p=emacs.git (ediff-control-frame-parameters): Specify user-position. --- 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))