diff options
author | Jim Blandy <jimb@redhat.com> | 1991-08-12 12:12:28 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-08-12 12:12:28 +0000 |
commit | 0cc6db578e2e09703ae7bd4e79c8fe4983684f60 (patch) | |
tree | 4fd3298856a6f1946fff556d05b21932fefb4b00 /lisp | |
parent | 8e4b71d83475de7845ee8696dd33190d8c7983f9 (diff) | |
download | emacs-0cc6db578e2e09703ae7bd4e79c8fe4983684f60.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/term/x-win.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 4f388247073..3f9a0f62131 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -629,10 +629,14 @@ This returns ARGS with the arguments that have been processed removed." (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) |