Mercurial > hg > xemacs-beta
changeset 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 | add5a821a048 |
children | 87c43a431742 |
files | lisp/ChangeLog lisp/keydefs.el |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Dec 24 07:44:56 2001 +0000 +++ b/lisp/ChangeLog Wed Dec 26 23:57:56 2001 +0000 @@ -1,3 +1,8 @@ +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. + 2001-12-18 John Paul Wallington <jpw@shootybangbang.com> * gnuserv.el:
--- 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