Mercurial > hg > xemacs-beta
diff lisp/keydefs.el @ 716:d1ecd411af4c
[xemacs-hg @ 2001-12-26 23:57:55 by youngs]
2001-12-26 John Paul Wallington <jpw@shootybangbang.com>
* keydefs.el (global-map): add a defn for C-x 5 1, previously
undefined, to run delete-other-frames.
author | youngs |
---|---|
date | Wed, 26 Dec 2001 23:57:56 +0000 |
parents | c82f9db998d7 |
children | 943eaba38521 |
line wrap: on
line diff
--- a/lisp/keydefs.el Mon Dec 24 07:44:56 2001 +0000 +++ b/lisp/keydefs.el Wed Dec 26 23:57:56 2001 +0000 @@ -150,6 +150,8 @@ (define-key global-map "\C-x52" 'make-frame) (define-key global-map "\C-x50" 'delete-frame) (define-key global-map "\C-x5o" 'other-frame) +;; New FSF21 binding: +(define-key global-map "\C-x51" 'delete-other-frames) ;; FSFmacs help.el