Skip to content

Commit ec8094e

Browse files
committed
Remove re-defined keymaps used for NS/macos ports
1 parent 465ffa8 commit ec8094e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lisp/term/pgtk-win.el

-11
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,6 @@
4141
(defun pgtk-ignore-1-arg (_switch)
4242
(setq x-invocation-args (cdr x-invocation-args)))
4343

44-
;;;; Keyboard mapping.
45-
46-
(define-obsolete-variable-alias 'pgtk-alternatives-map 'x-alternatives-map "24.1")
47-
48-
(define-key global-map [home] 'beginning-of-buffer)
49-
(define-key global-map [end] 'end-of-buffer)
50-
(define-key global-map [kp-home] 'beginning-of-buffer)
51-
(define-key global-map [kp-end] 'end-of-buffer)
52-
(define-key global-map [kp-prior] 'scroll-down-command)
53-
(define-key global-map [kp-next] 'scroll-up-command)
54-
5544
;;;; File handling.
5645

5746
(defun x-file-dialog (prompt dir default_filename mustmatch only_dir_p)

0 commit comments

Comments
 (0)