comparison 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
comparison
equal deleted inserted replaced
715:add5a821a048 716:d1ecd411af4c
148 148
149 ;; New FSF19 bindings: C-x 5 as prefix for window commands 149 ;; New FSF19 bindings: C-x 5 as prefix for window commands
150 (define-key global-map "\C-x52" 'make-frame) 150 (define-key global-map "\C-x52" 'make-frame)
151 (define-key global-map "\C-x50" 'delete-frame) 151 (define-key global-map "\C-x50" 'delete-frame)
152 (define-key global-map "\C-x5o" 'other-frame) 152 (define-key global-map "\C-x5o" 'other-frame)
153 ;; New FSF21 binding:
154 (define-key global-map "\C-x51" 'delete-other-frames)
153 155
154 ;; FSFmacs help.el 156 ;; FSFmacs help.el
155 157
156 (define-key global-map (vector help-char) 'help-command) 158 (define-key global-map (vector help-char) 'help-command)
157 (define-key global-map 'help 'help-command) 159 (define-key global-map 'help 'help-command)