Mercurial > emacs
diff lisp/frame.el @ 705:c7d478752305
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 10 Jun 1992 01:34:51 +0000 |
parents | 23cbc2c463eb |
children | 540b047ece4d |
line wrap: on
line diff
--- a/lisp/frame.el Tue Jun 09 23:02:56 1992 +0000 +++ b/lisp/frame.el Wed Jun 10 01:34:51 1992 +0000 @@ -264,11 +264,11 @@ (list (cons 'horizontal-scroll-bar toggle)))) ;;;; Key bindings -(define-prefix-command 'ctl-x-3-map) -(define-key ctl-x-map "3" 'ctl-x-3-map) +(define-prefix-command 'ctl-x-5-map) +(define-key ctl-x-map "5" 'ctl-x-5-map) -(define-key ctl-x-3-map "2" 'new-screen) -(define-key ctl-x-3-map "0" 'delete-screen) +(define-key ctl-x-5-map "2" 'new-screen) +(define-key ctl-x-5-map "0" 'delete-screen) (provide 'screen)