Skip to content

Commit

Permalink
Remove re-defined keymaps used for NS/macos ports
Browse files Browse the repository at this point in the history
  • Loading branch information
fejfighter committed Mar 24, 2020
1 parent 465ffa8 commit ec8094e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lisp/term/pgtk-win.el
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,6 @@
(defun pgtk-ignore-1-arg (_switch)
(setq x-invocation-args (cdr x-invocation-args)))

;;;; Keyboard mapping.

(define-obsolete-variable-alias 'pgtk-alternatives-map 'x-alternatives-map "24.1")

(define-key global-map [home] 'beginning-of-buffer)
(define-key global-map [end] 'end-of-buffer)
(define-key global-map [kp-home] 'beginning-of-buffer)
(define-key global-map [kp-end] 'end-of-buffer)
(define-key global-map [kp-prior] 'scroll-down-command)
(define-key global-map [kp-next] 'scroll-up-command)

;;;; File handling.

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

0 comments on commit ec8094e

Please sign in to comment.