mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 20:07:36 +00:00
(global-map): Bind [select-window].
This commit is contained in:
parent
0ec6b206d4
commit
b6cb37aeac
1 changed files with 5 additions and 0 deletions
|
|
@ -640,6 +640,11 @@ language you are using."
|
|||
|
||||
;; From frame.c
|
||||
(global-set-key [switch-frame] 'handle-switch-frame)
|
||||
(global-set-key [select-window] 'handle-select-window)
|
||||
|
||||
;; FIXME: Do those 3 events really ever reach the global-map ?
|
||||
;; It seems that they can't because they're handled via
|
||||
;; special-event-map which is used at very low-level. -stef
|
||||
(global-set-key [delete-frame] 'handle-delete-frame)
|
||||
(global-set-key [iconify-frame] 'ignore-event)
|
||||
(global-set-key [make-frame-visible] 'ignore-event)
|
||||
|
|
|
|||
Loading…
Reference in a new issue