Mercurial > emacs
changeset 12399:d205e49dd68c
(ediff-control-frame-parameters): Specify user-position.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 27 Jun 1995 17:05:29 +0000 |
parents | ccfd646cfad9 |
children | 9e7727cdbb68 |
files | lisp/ediff-wind.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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))