# HG changeset patch # User Jim Blandy # Date 681999148 0 # Node ID 4f7094a6b826fa2657ea6b10d4356b8e75835798 # Parent b6465a2ae3e5f98b6457739b83f5e2168774b148 *** empty log message *** diff -r b6465a2ae3e5 -r 4f7094a6b826 lisp/term/x-win.el --- a/lisp/term/x-win.el Mon Aug 12 07:39:06 1991 +0000 +++ b/lisp/term/x-win.el Mon Aug 12 12:12:28 1991 +0000 @@ -629,10 +629,14 @@ (setq screen-creation-function 'x-create-screen) (x-read-resources) -(x-pop-initial-window) +;(x-pop-initial-window) (setq suspend-hook '(lambda () (error "Suspending an emacs running under X makes no sense"))) +;;; Turn off window-splitting optimization; X is usually fast enough +;;; that this is only annoying. +(setq split-window-keep-point t) + (define-key global-map "\C-z" 'iconify-emacs)