changeset 383:4f7094a6b826

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 12 Aug 1991 12:12:28 +0000
parents b6465a2ae3e5
children 9dab5ca1890f
files lisp/term/x-win.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)