Skip to content

Commit

Permalink
Merge pull request emacs-mirror#16 from fejfighter/pgtk-keymap-fixes
Browse files Browse the repository at this point in the history
Remove re-defined keymaps used for NS/macos ports
  • Loading branch information
Yuuki Harano authored Mar 24, 2020
2 parents 487d426 + ec8094e commit 01e02f4
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.

(defcustom pgtk-pop-up-frames 'fresh
Expand Down

0 comments on commit 01e02f4

Please sign in to comment.