We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 465ffa8 commit ec8094eCopy full SHA for ec8094e
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
(defun x-file-dialog (prompt dir default_filename mustmatch only_dir_p)
0 commit comments