mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-04 20:27:45 +00:00
(global-map): Dyke out the last two event-to-function bindings. These belong
in loaddefs.el or the user's .emacs, not in a terminal support package. Also do the right thing and transplant all suspend-emacs bindings to iconify-frame, rather than just C-z.
This commit is contained in:
parent
a91b2e223a
commit
10d96c7d2c
@ -425,13 +425,7 @@ This returns ARGS with the arguments that have been processed removed."
|
||||
|
||||
;;;; Function keys
|
||||
|
||||
;; We use a different symbol to prevent
|
||||
;; doc strings from listing M-next as the preferred way to do this.
|
||||
(fset 'advertised-scroll-other-window 'scroll-other-window)
|
||||
(define-key global-map [M-next] 'scroll-other-window)
|
||||
(define-key global-map [begin] 'beginning-of-buffer)
|
||||
|
||||
(define-key global-map "\C-z" 'iconify-frame)
|
||||
(substitute-key-definition 'suspend-emacs 'iconify-frame global-map)
|
||||
|
||||
;; Map certain keypad keys into ASCII characters
|
||||
;; that people usually expect.
|
||||
|
Loading…
x
Reference in New Issue
Block a user