We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 487d426 + ec8094e commit 01e02f4Copy full SHA for 01e02f4
lisp/term/pgtk-win.el
@@ -41,17 +41,6 @@
41
(defun pgtk-ignore-1-arg (_switch)
42
(setq x-invocation-args (cdr x-invocation-args)))
43
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
55
;;;; File handling.
56
57
(defcustom pgtk-pop-up-frames 'fresh
0 commit comments